Add missing IME_ACTION_NEXT
Change-Id: I377042c1750dd97b922bcf40bffb4046e023f6bb
This commit is contained in:
parent
05c9b0182b
commit
8e26dfeaae
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue