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

Commit 15a87f54 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 am: 69e648e3

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



Change-Id: Ibc0305d70868c868d9d4f1a4bd42c7bee2e84d9b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ffffabfb 69e648e3
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();
        }
    }