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

Commit 3c5e9433 authored by Gilles Debunne's avatar Gilles Debunne
Browse files

Tapping in a empty textEdit shows the handle.

So that the user can paste in that field, by tapping on the handle.

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