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

Commit 6a63c70e authored by Yohei Yukawa's avatar Yohei Yukawa Committed by android-build-merger
Browse files

Make sure IME focus is synced to View focus am: dd228fbb

am: 9f3e418f

Change-Id: I3f1091f0e7f8e7f2087f87a0ed8947a2978877d4
parents cb26d0df 9f3e418f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9888,6 +9888,9 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
    public void dispatchFinishTemporaryDetach() {
        onFinishTemporaryDetach();
        mPrivateFlags3 &= ~PFLAG3_TEMPORARY_DETACH;
        if (hasWindowFocus() && hasFocus()) {
            InputMethodManager.getInstance().focusIn(this);
        }
    }
    /**