Merge "Move the cursor to the end after accepting gboard selection Bug: 146909183" into ub-launcher3-master

This commit is contained in:
TreeHugger Robot 2020-01-02 20:19:56 +00:00 committed by Android (Google) Code Review
commit 1ff53859a1
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ public class ExtendedEditText extends EditText {
@Override
public void onCommitCompletion(CompletionInfo text) {
setText(text.getText());
setSelection(text.getText().length());
}
/**