🚀 Launch 2.0.0+8

🐛 Bug fixes on background color
This commit is contained in:
2024-11-24 20:54:01 +08:00
parent 7221af75eb
commit 9b6544df46
4 changed files with 6 additions and 10 deletions

View File

@ -106,10 +106,9 @@ class _ChatRoomScreenState extends State<ChatRoomScreen> {
try {
final sn = context.read<SnNetworkProvider>();
final resp = await sn.client.delete(
await sn.client.delete(
'/cgi/im/channels/${_messageController.channel!.keyPath}/calls/ongoing',
);
log(jsonDecode(resp.data));
} catch (err) {
if (!mounted) return;
context.showErrorDialog(err);