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

Commit 98476265 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊 Committed by Nishith Khanna
Browse files

SystemUI: Re-inflate QS and SB when CONFIG_SCREEN_LAYOUT

- It was removed in a13, needed for light theme change in landscape.

Change-Id: I1872f5d90e6f6b8debecbc69eb80c3a11d8984e2
parent 27d7b685
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -62,7 +62,7 @@ public class FragmentHostManager {
    private final LeakDetector mLeakDetector;
    private final LeakDetector mLeakDetector;
    private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
    private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
            ActivityInfo.CONFIG_FONT_SCALE | ActivityInfo.CONFIG_LOCALE
            ActivityInfo.CONFIG_FONT_SCALE | ActivityInfo.CONFIG_LOCALE
                    | ActivityInfo.CONFIG_ASSETS_PATHS
                    | ActivityInfo.CONFIG_SCREEN_LAYOUT | ActivityInfo.CONFIG_ASSETS_PATHS
                    | ActivityInfo.CONFIG_UI_MODE);
                    | ActivityInfo.CONFIG_UI_MODE);
    private final FragmentService mManager;
    private final FragmentService mManager;
    private final ExtensionFragmentManager mPlugins = new ExtensionFragmentManager();
    private final ExtensionFragmentManager mPlugins = new ExtensionFragmentManager();