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

Commit 93e3b482 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Prevent nesting of ContextThemeWrapper" into sc-qpr1-dev am: 98fa7d14...

Merge "Prevent nesting of ContextThemeWrapper" into sc-qpr1-dev am: 98fa7d14 am: 03b3d827 am: e4b08a94

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

Change-Id: Id00e170d83a90f98fc5e8cc25b9b03a5747dc23f
parents 4130cc9a e4b08a94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@ public class BrightnessMirrorController
    private void reinflate() {
        int index = mStatusBarWindow.indexOfChild(mBrightnessMirror);
        mStatusBarWindow.removeView(mBrightnessMirror);
        mBrightnessMirror = (FrameLayout) LayoutInflater.from(mBrightnessMirror.getContext())
        mBrightnessMirror = (FrameLayout) LayoutInflater.from(mStatusBarWindow.getContext())
                .inflate(R.layout.brightness_mirror_container, mStatusBarWindow, false);
        mToggleSliderController = setMirrorLayout();
        mStatusBarWindow.addView(mBrightnessMirror, index);