use key in attachments to fix cideo preview bug
This commit is contained in:
@@ -547,6 +547,7 @@ class _MessageWidgetState extends State<MessageWidget> {
|
||||
}
|
||||
|
||||
return Padding(
|
||||
key: Key(attachment.hashCode.toString()),
|
||||
padding: EdgeInsets.only(
|
||||
bottom: 4,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user