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

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

Merge "Fix for NPE on long press to start a selection on text."

parents f94c04ab 7e07adbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8222,7 +8222,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
        }

        // Start a new selection
        if (!handled) {
        if (!handled && mEditor != null) {
            vibrate = handled = startSelectionActionMode();
        }