Merge "Notify Content Capture when deselected" into sc-dev
This commit is contained in:
@@ -606,6 +606,7 @@ public final class SelectionActionModeHelper {
|
|||||||
*/
|
*/
|
||||||
public void onSelectionDestroyed() {
|
public void onSelectionDestroyed() {
|
||||||
mAllowReset = false;
|
mAllowReset = false;
|
||||||
|
mTextView.notifyContentCaptureTextChanged();
|
||||||
// Wait a few ms to see if the selection was destroyed because of a text change event.
|
// Wait a few ms to see if the selection was destroyed because of a text change event.
|
||||||
mDelayedLogAbandon.schedule(100 /* ms */);
|
mDelayedLogAbandon.schedule(100 /* ms */);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user