Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c51587e8 authored by Unknown's avatar Unknown
Browse files

Enable Network location

parent 627f5824
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -101,7 +101,8 @@ public class LocationSettingsActivity extends BaseSetupWizardActivity {
    @Override
    public void onResume() {
        super.onResume();
        refreshLocationMode();
        //refreshLocationMode();
        updateLocationToggles(Settings.Secure.LOCATION_MODE_HIGH_ACCURACY);
    }

    @Override