parse-community / ParseLiveQuery-Android

Parse LiveQuery client for Android.
Other
84 stars 32 forks source link

Unsubscription in ParseLiveQueryClientImpl crashes when subscription is null #78

Closed PositiveThinksNegative closed 6 years ago

PositiveThinksNegative commented 6 years ago
java.lang.NullPointerException: Attempt to invoke virtual method 'com.parse.ParseQuery com.parse.Subscription.getQuery()' on a null object reference
                                                                        at com.parse.ParseLiveQueryClientImpl.unsubscribe(ParseLiveQueryClientImpl.java:129)