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

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

Merge "Make sure IME focus is synced to View focus" into nyc-dev

parents 59fb4728 8eb07090
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9817,6 +9817,9 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
    public void dispatchFinishTemporaryDetach() {
        onFinishTemporaryDetach();
        mPrivateFlags3 &= ~PFLAG3_TEMPORARY_DETACH;
        if (hasWindowFocus() && hasFocus()) {
            InputMethodManager.getInstance().focusIn(this);
        }
    }
    /**