Loading policy/src/com/android/internal/policy/impl/PhoneWindow.java +1 −2 Original line number Diff line number Diff line Loading @@ -2102,8 +2102,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { int bottom = (int) mOutsetBottom.getDimension(metrics); WindowInsets newInsets = insets.replaceSystemWindowInsets( insets.getSystemWindowInsetLeft(), insets.getSystemWindowInsetTop(), insets.getSystemWindowInsetRight(), insets.getSystemWindowInsetBottom() + bottom); insets.getSystemWindowInsetRight(), bottom); return super.dispatchApplyWindowInsets(newInsets); } else { return super.dispatchApplyWindowInsets(insets); Loading Loading
policy/src/com/android/internal/policy/impl/PhoneWindow.java +1 −2 Original line number Diff line number Diff line Loading @@ -2102,8 +2102,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { int bottom = (int) mOutsetBottom.getDimension(metrics); WindowInsets newInsets = insets.replaceSystemWindowInsets( insets.getSystemWindowInsetLeft(), insets.getSystemWindowInsetTop(), insets.getSystemWindowInsetRight(), insets.getSystemWindowInsetBottom() + bottom); insets.getSystemWindowInsetRight(), bottom); return super.dispatchApplyWindowInsets(newInsets); } else { return super.dispatchApplyWindowInsets(insets); Loading