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 aaedccc commit 24349b7Copy full SHA for 24349b7
objectbox-java/src/main/java/io/objectbox/sync/internal/Platform.java
@@ -15,7 +15,7 @@ public class Platform {
15
16
public static Platform findPlatform() {
17
// Android
18
- Object contextInstance = BoxStore.context;
+ Object contextInstance = BoxStore.getContext();
19
if (contextInstance != null) {
20
Throwable throwable = null;
21
0 commit comments