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

Commit 732c590a authored by Gilles Debunne's avatar Gilles Debunne Committed by Android (Google) Code Review
Browse files

Merge "Tapping in a empty textEdit shows the handle."

parents 53eb6af2 3c5e9433
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6901,7 +6901,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
                // Tapping outside stops selection mode, if any
                stopSelectionActionMode();

                if (mInsertionPointCursorController != null && mText.length() > 0) {
                if (mInsertionPointCursorController != null) {
                    mInsertionPointCursorController.show();
                }
            }