Loading core/java/com/android/internal/inputmethod/InputMethodRoot.java +6 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,12 @@ public class InputMethodRoot extends LinearLayout { super(context, attrs); } @Override protected void onAttachedToWindow() { super.onAttachedToWindow(); requestFitSystemWindows(); } @Override protected boolean fitSystemWindows(Rect insets) { if (mNavigationGuard == null) { Loading Loading
core/java/com/android/internal/inputmethod/InputMethodRoot.java +6 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,12 @@ public class InputMethodRoot extends LinearLayout { super(context, attrs); } @Override protected void onAttachedToWindow() { super.onAttachedToWindow(); requestFitSystemWindows(); } @Override protected boolean fitSystemWindows(Rect insets) { if (mNavigationGuard == null) { Loading