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

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

Merge "Moving action popup window when moving text selection"

parents 4cbcc2bc 57324c73
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8928,6 +8928,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
                stopSelectionActionMode();
            } else {
                selectCurrentWord();
                getSelectionController().show();
            }
            handled = true;
        }