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

Commit 6462fe4b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix window insets on keyguard" into oc-dr1-dev

parents 3d1e1cc9 ad790dba
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() {