am 241c000c: Merge "Fix InputType determination of WebTextView (DO NOT MERGE)" into honeycomb-mr2
* commit '241c000cfb9299b4c6cfe3c7c1610f950d1a6e58': Fix InputType determination of WebTextView (DO NOT MERGE)
This commit is contained in:
@@ -1174,7 +1174,7 @@ import junit.framework.Assert;
|
||||
imeOptions |= EditorInfo.IME_ACTION_SEARCH;
|
||||
break;
|
||||
case EMAIL:
|
||||
inputType = EditorInfo.TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS;
|
||||
inputType |= EditorInfo.TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS;
|
||||
imeOptions |= EditorInfo.IME_ACTION_GO;
|
||||
break;
|
||||
case NUMBER:
|
||||
|
||||
Reference in New Issue
Block a user