mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-03 07:10:26 +00:00
remove duplicate setAlwaysOnScreen
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -194,10 +194,7 @@ export const GroupCallView: FC<Props> = ({
|
||||
): Promise<void> => {
|
||||
defaultDeviceSetup(ev.detail.data as unknown as JoinCallData);
|
||||
enterRTCSession(rtcSession, perParticipantE2EE);
|
||||
await Promise.all([
|
||||
widget!.api.setAlwaysOnScreen(true),
|
||||
widget!.api.transport.reply(ev.detail, {}),
|
||||
]);
|
||||
await widget!.api.transport.reply(ev.detail, {});
|
||||
};
|
||||
widget.lazyActions.on(ElementWidgetActions.JoinCall, onJoin);
|
||||
return () => {
|
||||
|
||||
Reference in New Issue
Block a user