react-native-turbo-mock-location-detector icon indicating copy to clipboard operation
react-native-turbo-mock-location-detector copied to clipboard

fix: Missing override on location listener

Open julianosbentowellhub opened this issue 6 months ago • 0 comments

Description

We are facing the issue abstract method "void android.location.LocationListener.onProviderDisabled(java.lang.String)" specifically on devices with Android 10 (API 29 - R) or below. Reading the official documentation about LocationListener is described that the methods bellow should be override to work properly on Android R or below:

julianosbentowellhub avatar Aug 15 '24 20:08 julianosbentowellhub