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

Commit 9012ed46 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am b0c900be: am b8818120: am e2bd7be2: Merge "Ensure fitSystemWindows is...

am b0c900be: am b8818120: am e2bd7be2: Merge "Ensure fitSystemWindows is called on the IME at least once." into klp-dev

* commit 'b0c900be':
  Ensure fitSystemWindows is called on the IME at least once.
parents ad9f1cce b0c900be
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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) {