Skip to content

Commit

Permalink
fix: Avoid an Android crash by using a lower request code
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-oakes committed Jan 30, 2019
1 parent 8413b90 commit c316d59
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@
import java.lang.ref.WeakReference;

public class RNPlayServicesLocationProvider implements RNLocationProvider {
private static final int REQUEST_CHECK_SETTINGS = 12341234;
private static final int REQUEST_CHECK_SETTINGS = 1234;

private final ReactApplicationContext context;
private final FusedLocationProviderClient locationProvider;
Expand Down

0 comments on commit c316d59

Please sign in to comment.