🗑️ Fix mis-import

This commit is contained in:
2024-08-07 01:49:03 +08:00
parent eb02a47e9a
commit 8283272a3b
2 changed files with 1 additions and 1 deletions

View File

@ -244,6 +244,7 @@ class _AttachmentItemVideoState extends State<_AttachmentItemVideo> {
@override
void initState() {
super.initState();
_showContent = widget.autoload;
}
@override