Error: use a close button instead of go to home when in widget mode

This commit is contained in:
Valere
2025-03-12 10:12:34 +01:00
parent 612ace137a
commit b0a4a954f8
11 changed files with 276 additions and 23 deletions
+1
View File
@@ -479,6 +479,7 @@ export const GroupCallView: FC<Props> = ({
return (
<GroupCallErrorBoundary
widget={widget}
recoveryActionHandler={(action) => {
if (action == "reconnect") {
setLeft(false);