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

Commit ad790dba authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Fix window insets on keyguard

Change-Id: I4bfe04ed3aba0cd516efd1ae9af74c0744bb858c
Fixes: 63526271
Test: adb shell wm density 561 # look at keyguard
parent b63b0114
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() {