Merge "Fix window insets on keyguard" into oc-dr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6462fe4b95
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user