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

Commit aaea86b0 authored by Feng Cao's avatar Feng Cao Committed by Felipe Leme
Browse files

Remove the extra CONTENT_CAPTURE_STOP event from Activity.onStop()

(it was accidentally being called twice due to a bad git merge)

Fixes: 125628737
Test: atest CtsContentCaptureServiceTestCases

Change-Id: I260e33942855e7355fd531fb05baf699e9961a89
parent 4f12e600
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2391,7 +2391,6 @@ public class Activity extends ContextThemeWrapper
                        mIntent.getIBinderExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN));
            }
        }
        notifyContentCaptureManagerIfNeeded(CONTENT_CAPTURE_STOP);
        mEnterAnimationComplete = false;
    }