mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Add missing IME_ACTION_NEXT
Change-Id: I377042c1750dd97b922bcf40bffb4046e023f6bb
This commit is contained in:
parent
05c9b0182b
commit
8e26dfeaae
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user