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

Commit 78dee88f authored by Winson Chung's avatar Winson Chung Committed by Automerger Merge Worker
Browse files

Merge "Skip recreating the nav bar when locale changes" into sc-dev am:...

Merge "Skip recreating the nav bar when locale changes" into sc-dev am: bd62d13f am: 0a5c6563 am: 32fdb162

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14684131

Change-Id: I9dd38ae1f827d46c46c27f7a3d1e6859d60294f4
parents ff7612c0 32fdb162
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -123,8 +123,7 @@ public class NavigationBarController implements Callbacks,

    // Tracks config changes that will actually recreate the nav bar
    private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
            ActivityInfo.CONFIG_FONT_SCALE | ActivityInfo.CONFIG_LOCALE
                    | ActivityInfo.CONFIG_SCREEN_LAYOUT
            ActivityInfo.CONFIG_FONT_SCALE | ActivityInfo.CONFIG_SCREEN_LAYOUT
                    | ActivityInfo.CONFIG_UI_MODE);

    @Inject