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

Commit 87b9a88c 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: 8eb07090

Change-Id: Ia0db5adc86c72f122a5b9bab91962ffa2923469a
parents db7f35fe 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);
        }
    }
    /**