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

Commit 9153ff7e authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Move the cursor to the end after accepting gboard selection

Bug: 146909183

Change-Id: Ic7868d6d98f0b5a1798178cbaf512be1d347a962
parent 36774217
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());
    }

    /**