🚑 Fix cannot load ongoing call

This commit is contained in:
2024-09-08 16:03:50 +08:00
parent c991590b27
commit e4a5ac9d0a
5 changed files with 9 additions and 7 deletions

View File

@ -98,6 +98,7 @@ class _ChannelChatScreenState extends State<ChannelChatScreen>
setState(() => _ongoingCall = Call.fromJson(resp.body));
}
} catch (e) {
print((e as dynamic).stackTrace);
context.showErrorDialog(e);
}