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

Commit e6d37629 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix duplicate action next

Change-Id: I986528131a1dbe5926b8b6b2a6ffa75f48c5151a
parent 0143e11f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1210,7 +1210,6 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
        if (EditorInfoCompatUtils.hasFlagNavigateNext(imeOptions)
                && !isManualTemporaryUpperCase) {
            EditorInfoCompatUtils.performEditorActionNext(ic);
            ic.performEditorAction(EditorInfo.IME_ACTION_NEXT);
        } else if (EditorInfoCompatUtils.hasFlagNavigatePrevious(imeOptions)
                && isManualTemporaryUpperCase) {
            EditorInfoCompatUtils.performEditorActionPrevious(ic);