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

Commit 2e7fc472 authored by Chaohui Wang's avatar Chaohui Wang Committed by Automerger Merge Worker
Browse files

Fix flicker in Location page when location is off am: f9ebeadb

parents 304a8373 f9ebeadb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ public class RecentLocationAccessPreferenceController extends LocationBasePrefer
    public void displayPreference(PreferenceScreen screen) {
        super.displayPreference(screen);
        mCategoryRecentLocationRequests = screen.findPreference(getPreferenceKey());
        mLocationEnabler.refreshLocationMode();
        loadRecentAccesses();
    }

+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ public class RecentLocationAccessSeeAllButtonPreferenceController extends
    public void displayPreference(PreferenceScreen screen) {
        super.displayPreference(screen);
        mPreference = screen.findPreference(getPreferenceKey());
        mLocationEnabler.refreshLocationMode();
    }

    @Override