-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when updating geoQuery.center #1
Comments
I'm exeriancing this problem on 'com.github.imperiumlabs:GeoFirestore-Android:v1.1.1' |
What happened to the replies to this thread? Someone resolved the issue and I asked when it would be added to the next build... |
This issue is fixed on master so using a snapshot build solves the problem. I'm not really comfortable using snapshot builds though so a proper release with this fix would be very welcome |
Yes a proper release would be appreciated.
…On Fri., 30 Nov. 2018, 8:59 am gustavjon ***@***.*** wrote:
This issue is fixed on master so using a snapshot build solves the
problem. I'm not really comfortable using snapshot builds though so a
proper release with this fix would be very welcome
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APJdNzGvmZQ8GETik9Tf8q3w3uxARHefks5u0GbOgaJpZM4WG0-w>
.
|
Hi Guys, I can't work this one out...
This works okay if the lat and lng don't change:
geoQuery?.center = newLatLng
If the lat and lng are different I am getting this error:
java.lang.NullPointerException: Attempt to read from field 'com.google.firebase.firestore.ListenerRegistration org.imperiumlabs.geofirestore.GeoQuery$GeoHashQueryListener.childAddedListener' on a null object reference
The text was updated successfully, but these errors were encountered: