Disable examples

Examples should be disabled by default
This commit is contained in:
NMerz 2020-10-05 22:30:12 -04:00
parent 8c526d3b8d
commit c96a40f0df

View File

@ -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());