mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2026-03-10 18:55:03 +00:00
Disable examples
Examples should be disabled by default
This commit is contained in:
@@ -55,12 +55,13 @@ public class MainActivity extends AppCompatActivity {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//NOTE: deleteUser is slightly unusual in that it requires a Requestor. See below for building one
|
||||
//authManager.deleteUser(requestor);
|
||||
|
||||
//------------------------------------------------------------------------------------------//
|
||||
|
||||
|
||||
boolean testAPI = true;
|
||||
boolean testAPI = false;
|
||||
//----------------------------------API Testing---------------------------------------------//
|
||||
|
||||
if (testAPI) {
|
||||
@@ -79,7 +80,6 @@ public class MainActivity extends AppCompatActivity {
|
||||
|
||||
Requestor requestor = new Requestor(authManager, configs.getProperty("apiKey"));
|
||||
|
||||
//authManager.deleteUser(requestor);
|
||||
|
||||
//The name is the only part of this that is used, the rest is generated by the Lambda.
|
||||
List testList = new List(-1, "New List", "user filled by lambda", Instant.now().toEpochMilli());
|
||||
|
||||
Reference in New Issue
Block a user