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

Commit 1e773f5b 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: I465b01e57fde80abaccfa480c3241a8500599c68
parents 5d097aaa 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();
            }