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

Commit 8df09a09 authored by Gilles Debunne's avatar Gilles Debunne
Browse files

SelectAllOnFocus switches to highlighted mode, not text selection mode

Change-Id: Ia0adf561f207e0a82d9588471823da7f5b2f1799
parent 3abc5b00
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -7024,8 +7024,6 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
                    getInsertionController().show();
                }
            }
        } else if (hasSelection() && hasSelectionController()) {
            getSelectionController().show();
        }
    }