🐛 Optimizing styling of chat

This commit is contained in:
2025-01-08 17:37:16 +08:00
parent d699cac9b1
commit 4edfa7fd50
4 changed files with 8 additions and 3 deletions

View File

@ -236,7 +236,7 @@ class _ChatScreenState extends State<ChatScreen> {
'alias': channel.alias,
},
).then((value) {
if (value == true) _refreshChannels();
if (mounted) _refreshChannels();
});
},
);