Merge "Move the cursor to the end after accepting gboard selection Bug: 146909183" into ub-launcher3-master
This commit is contained in:
commit
1ff53859a1
|
@ -108,6 +108,7 @@ public class ExtendedEditText extends EditText {
|
|||
@Override
|
||||
public void onCommitCompletion(CompletionInfo text) {
|
||||
setText(text.getText());
|
||||
setSelection(text.getText().length());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue