Add missing IME_ACTION_NEXT

Change-Id: I377042c1750dd97b922bcf40bffb4046e023f6bb
main
Tadashi G. Takaoka 2011-05-24 11:22:25 +09:00
parent 05c9b0182b
commit 8e26dfeaae
1 changed files with 3 additions and 0 deletions

View File

@ -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;