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

Commit 2dc4ebe3 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 am: 9baf7bdb

Change-Id: Ib5ce1e73422863d9d6d52f2bd90dd88dd41890b0
parents c44a44ca 9baf7bdb
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();
            }