Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ff53859 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Move the cursor to the end after accepting gboard selection Bug:...

Merge "Move the cursor to the end after accepting gboard selection Bug: 146909183" into ub-launcher3-master
parents 2c96dbc4 9153ff7e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -108,6 +108,7 @@ public class ExtendedEditText extends EditText {
    @Override
    public void onCommitCompletion(CompletionInfo text) {
        setText(text.getText());
        setSelection(text.getText().length());
    }

    /**