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

Commit bd65f7d8 authored by Danny Lin's avatar Danny Lin Committed by Bruno Martins
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
parent e5ddf460
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ public class FragmentHostManager {
    private final View mRootView;
    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();