fixed jumping before the currently selected word not working
This commit is contained in:
parent
0f028cc572
commit
7fe043c846
1 changed files with 4 additions and 0 deletions
|
|
@ -130,6 +130,10 @@ public class ModePredictive extends InputMode {
|
|||
*/
|
||||
@Override
|
||||
public boolean clearWordStem() {
|
||||
if (stem.length() == 0) {
|
||||
return false;
|
||||
}
|
||||
|
||||
stem = "";
|
||||
Logger.d("tt9/setWordStem", "Stem filter cleared");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue