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

Commit 69e648e3 authored by Yalan Yiue's avatar Yalan Yiue Committed by Automerger Merge Worker
Browse files

Merge "[Partial Screen Sharing] Dismiss background after app selector...

Merge "[Partial Screen Sharing] Dismiss background after app selector launched" into udc-qpr-dev am: db448b38

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24025610



Change-Id: I4807798d6b75f8c9d5287566e439e9e26939c8a1
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d76b7f7d db448b38
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -330,6 +330,8 @@ public class MediaProjectionPermissionActivity extends Activity
        // Don't send cancel if the user has moved on to the next activity.
        if (!mUserSelectingTask) {
            finish(RECORD_CANCEL, /* projection= */ null);
        } else {
            super.finish();
        }
    }