Loading core/java/android/widget/SelectionActionModeHelper.java +1 −0 Original line number Diff line number Diff line Loading @@ -606,6 +606,7 @@ public final class SelectionActionModeHelper { */ public void onSelectionDestroyed() { mAllowReset = false; mTextView.notifyContentCaptureTextChanged(); // Wait a few ms to see if the selection was destroyed because of a text change event. mDelayedLogAbandon.schedule(100 /* ms */); } Loading Loading
core/java/android/widget/SelectionActionModeHelper.java +1 −0 Original line number Diff line number Diff line Loading @@ -606,6 +606,7 @@ public final class SelectionActionModeHelper { */ public void onSelectionDestroyed() { mAllowReset = false; mTextView.notifyContentCaptureTextChanged(); // Wait a few ms to see if the selection was destroyed because of a text change event. mDelayedLogAbandon.schedule(100 /* ms */); } Loading