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

Commit db448b38 authored by Yalan Yiue's avatar Yalan Yiue Committed by Android (Google) Code Review
Browse files

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

parents 0aa176c0 0796d355
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();
        }
    }