We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f96ff commit b94f80cCopy full SHA for b94f80c
Parse/src/main/java/com/parse/Parse.java
@@ -259,7 +259,7 @@ static void setLocalDatastore(OfflineStore offlineStore) {
259
Parse.offlineStore = offlineStore;
260
}
261
262
- static boolean isLocalDatastoreEnabled() {
+ public static boolean isLocalDatastoreEnabled() {
263
return isLocalDatastoreEnabled;
264
265
0 commit comments