-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.10.1
-
Component/s: None
-
None
-
Not Needed
A user has reported seeing a NPE due to cursor being null.
I noticed that tryCreateCursor can return null so it should be marked as @Nullable. And calls using the cursor need to ensure the cursor exists.
See: Community Forum Post