1
0
Fork 0

Fix filter list bug

This commit is contained in:
Clam 2014-03-30 20:12:46 +11:00
parent 57a03d9235
commit 2e16566185

View file

@ -320,12 +320,11 @@ public class TraditionalT9 extends InputMethodService implements
mKeyMode = Integer.parseInt(pref.getString("pref_inputmode", "0")); mKeyMode = Integer.parseInt(pref.getString("pref_inputmode", "0"));
} }
// TODO: Do we need the following:
// handle filter list cases... do not hijack DPAD center and make // handle filter list cases... do not hijack DPAD center and make
// sure back's go through proper // sure back's go through proper
//if (variation == InputType.TYPE_TEXT_VARIATION_FILTER) { if (variation == InputType.TYPE_TEXT_VARIATION_FILTER) {
// mEditing = EDITING_NOSHOW; mEditing = EDITING_NOSHOW;
//} }
// We also want to look at the current state of the editor // We also want to look at the current state of the editor
// to decide whether our alphabetic keyboard should start out // to decide whether our alphabetic keyboard should start out