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

Commit 135e5aac authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Really fix regressions in IMMS#setImeWindowStatus"

parents 88c0facc bbb10e8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2046,7 +2046,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
        }
        mWindowManagerInternal.updateInputMethodWindowStatus(token,
                (vis & InputMethodService.IME_VISIBLE) != 0,
                token != null ? info.mTargetWindow : null);
                info != null ? info.mTargetWindow : null);
    }

    private void updateSystemUi(IBinder token, int vis, int backDisposition) {