🐛 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

@ -101,7 +101,9 @@ class ChatMessageInputState extends State<ChatMessageInput> {
},
);
_attachments[i] = PostWriteMedia(item);
setState(() {
_attachments[i] = PostWriteMedia(item);
});
}
} catch (err) {
if (!mounted) return;