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

Commit 7eceb936 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android Git Automerger
Browse files

am 35a2c0d6: Merge "Fix bug #15434475 Developer Options do not show...

am 35a2c0d6: Merge "Fix bug #15434475 Developer Options do not show immediately after activating them" into lmp-preview-dev

* commit '35a2c0d6':
  Fix bug #15434475 Developer Options do not show immediately after activating them
parents 5758c834 35a2c0d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -630,6 +630,7 @@ public class SettingsActivity extends Activity
        mDevelopmentPreferencesListener = new SharedPreferences.OnSharedPreferenceChangeListener() {
            @Override
            public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key) {
                setNeedToRebuildCategories(true);
                invalidateCategories();
            }
        };