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

Commit 3b01bb42 authored by Abhisek Devkota's avatar Abhisek Devkota Committed by Gerrit Code Review
Browse files

Merge "Update the GPS tile in the constructor" into cm-11.0

parents 141a23b5 98cb24b3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -44,6 +44,10 @@ public class GPSTile extends QuickSettingsTile implements LocationSettingsChange
                return true;
            }
        };

        mCurrentMode = Settings.Secure.getInt(mContext.getContentResolver(),
                Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
        updateTile();
    }

    private void changeLocationMode(){