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

Commit 9baf7bdb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add null check in IMS hideWindow" into rvc-dev am: 805a44ec

Change-Id: Ie2b73a4d6f81fa446b8a468b9e6ce47f1763ba1a
parents 47aa1615 805a44ec
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2284,7 +2284,9 @@ public class InputMethodService extends AbstractInputMethodService {
            // When insets API is enabled, it is responsible for client and server side
            // visibility of IME window.
            if (isVisibilityAppliedUsingInsetsConsumer()) {
                if (mInputView != null) {
                    mInputView.dispatchWindowVisibilityChanged(View.GONE);
                }
            } else {
                mWindow.hide();
            }