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

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

Add missing IME_ACTION_NEXT

Change-Id: I377042c1750dd97b922bcf40bffb4046e023f6bb
parent 05c9b018
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -78,6 +78,9 @@ public class EditorInfoCompatUtils {
            case EditorInfo.IME_ACTION_SEND:
                action = "actionSend";
                break;
            case EditorInfo.IME_ACTION_NEXT:
                action = "actionNext";
                break;
            case EditorInfo.IME_ACTION_DONE:
                action = "actionDone";
                break;