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

Commit 664d87ef authored by Gilles Debunne's avatar Gilles Debunne Committed by Android Git Automerger
Browse files

am b3272d29: am de8c5ec8: Merge "IME action (done, next...) correctly handled" into ics-mr1

* commit 'b3272d29':
  IME action (done, next...) correctly handled
parents ec2b01e7 b3272d29
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -5608,6 +5608,8 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
                outAttrs.extras = mInputContentType.extras;
            } else {
                outAttrs.imeOptions = EditorInfo.IME_NULL;
                // May not be defined otherwise and needed by onEditorAction
                mInputContentType = new InputContentType();
            }
            if (focusSearch(FOCUS_DOWN) != null) {
                outAttrs.imeOptions |= EditorInfo.IME_FLAG_NAVIGATE_NEXT;