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

Commit 4f844e26 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Inform the InputMethodManager that a focused view has been attached."

parents b86b030a 4503c8dd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -8736,6 +8736,10 @@ public class View implements Drawable.Callback2, KeyEvent.Callback, Accessibilit
        }
        jumpDrawablesToCurrentState();
        resolveLayoutDirection();
        if (isFocused()) {
            InputMethodManager imm = InputMethodManager.peekInstance();
            imm.focusIn(this);
        }
    }

    /**