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

Commit 0b945141 authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

Merge "Fix window insets on keyguard" into oc-dr1-dev am: 6462fe4b am: a6ff4929

am: 46539b92

Change-Id: I87b157c34e001e2494657fab2cf3325821af1310
parents 83a8429d 46539b92
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -249,6 +249,7 @@ public class KeyguardBouncer {
        mKeyguardView.setViewMediatorCallback(mCallback);
        mContainer.addView(mRoot, mContainer.getChildCount());
        mRoot.setVisibility(View.INVISIBLE);
        mRoot.dispatchApplyWindowInsets(mRoot.getRootWindowInsets());
    }

    protected void removeView() {