Fix filter list bug
This commit is contained in:
parent
57a03d9235
commit
2e16566185
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue