Loading core/java/android/widget/Editor.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -3816,6 +3816,10 @@ public class Editor { startSelectionActionModeWithoutSelection(); startSelectionActionModeWithoutSelection(); } } } } } else { if (mSelectionActionMode != null) { mSelectionActionMode.invalidateContentRect(); } } } hideAfterDelay(); hideAfterDelay(); break; break; Loading Loading
core/java/android/widget/Editor.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -3816,6 +3816,10 @@ public class Editor { startSelectionActionModeWithoutSelection(); startSelectionActionModeWithoutSelection(); } } } } } else { if (mSelectionActionMode != null) { mSelectionActionMode.invalidateContentRect(); } } } hideAfterDelay(); hideAfterDelay(); break; break; Loading