mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2025-12-17 02:58:48 +00:00
Disable examples
Examples should be disabled by default
This commit is contained in:
parent
8c526d3b8d
commit
c96a40f0df
@ -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---------------------------------------------//
|
//----------------------------------API Testing---------------------------------------------//
|
||||||
|
|
||||||
if (testAPI) {
|
if (testAPI) {
|
||||||
@ -79,7 +80,6 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
|
|
||||||
Requestor requestor = new Requestor(authManager, configs.getProperty("apiKey"));
|
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.
|
//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());
|
List testList = new List(-1, "New List", "user filled by lambda", Instant.now().toEpochMilli());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user