am b2aa672f: Merge "Revert "IME action (done, next...) correctly handled"" into ics-mr1
* commit 'b2aa672f24ea0d746f3b96c24e376d5e2c041dc3': Revert "IME action (done, next...) correctly handled"
This commit is contained in:
@@ -5594,8 +5594,6 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
|
|||||||
outAttrs.extras = mInputContentType.extras;
|
outAttrs.extras = mInputContentType.extras;
|
||||||
} else {
|
} else {
|
||||||
outAttrs.imeOptions = EditorInfo.IME_NULL;
|
outAttrs.imeOptions = EditorInfo.IME_NULL;
|
||||||
// May not be defined otherwise and needed by onEditorAction
|
|
||||||
mInputContentType = new InputContentType();
|
|
||||||
}
|
}
|
||||||
if (focusSearch(FOCUS_DOWN) != null) {
|
if (focusSearch(FOCUS_DOWN) != null) {
|
||||||
outAttrs.imeOptions |= EditorInfo.IME_FLAG_NAVIGATE_NEXT;
|
outAttrs.imeOptions |= EditorInfo.IME_FLAG_NAVIGATE_NEXT;
|
||||||
|
|||||||
Reference in New Issue
Block a user