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

Commit 807e5bac authored by Danny Lin's avatar Danny Lin Committed by Nishith Khanna
Browse files

Revert "Do not re-inflate QS and SB when CONFIG_UI_MODE"



This reverts commit 8a40ff85.

This is a prerequisite for making the QS panel follow the light system
mode setting.

Change-Id: Ibad399ece587505559cc73febdda2f2d8558e94d
Signed-off-by: default avatarSaalim Quadri <danascape@gmail.com>
parent 5c2232c3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -59,7 +59,8 @@ public class FragmentHostManager {
    private final LeakDetector mLeakDetector;
    private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
            ActivityInfo.CONFIG_FONT_SCALE | ActivityInfo.CONFIG_LOCALE
                    | ActivityInfo.CONFIG_ASSETS_PATHS);
                    | ActivityInfo.CONFIG_ASSETS_PATHS
                    | ActivityInfo.CONFIG_UI_MODE);
    private final FragmentService mManager;
    private final ExtensionFragmentManager mPlugins = new ExtensionFragmentManager();