mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Move the cursor to the end after accepting gboard selection
Bug: 146909183 Change-Id: Ic7868d6d98f0b5a1798178cbaf512be1d347a962
This commit is contained in:
@@ -108,6 +108,7 @@ public class ExtendedEditText extends EditText {
|
||||
@Override
|
||||
public void onCommitCompletion(CompletionInfo text) {
|
||||
setText(text.getText());
|
||||
setSelection(text.getText().length());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user