michalchudziak / react-native-geolocation

Geolocation APIs for React Native
MIT License
1.28k stars 220 forks source link

Update BaseLocationManager.java #227

Closed jplandry908 closed 1 year ago

jplandry908 commented 1 year ago

Fixes the following exception when trying to cast a Long to an Integer.

Fatal Exception: java.lang.ClassCastException: java.lang.Long cannot be cast to java.lang.Integer at com.reactnativecommunity.geolocation.BaseLocationManager.putIntoMap(BaseLocationManager.java:87)

michalchudziak commented 1 year ago

Thank you a lot!