mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 03:18:17 +01:00
Do not start presenting if closing the screen share modal
This commit is contained in:
@@ -88,7 +88,7 @@ export const CallingSelectPresentingSourcesModal = ({
|
||||
i18n={i18n}
|
||||
moduleClassName="module-CallingSelectPresentingSourcesModal"
|
||||
onClose={() => {
|
||||
setPresenting(sourceToPresent);
|
||||
setPresenting();
|
||||
}}
|
||||
theme={Theme.Dark}
|
||||
title={i18n('calling__SelectPresentingSourcesModal--title')}
|
||||
|
||||
Reference in New Issue
Block a user