🗑️ Fix mis-import

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

View File

@ -1,4 +1,3 @@
import 'package:get/get.dart';
import 'package:solian/models/account.dart';
import 'package:solian/models/attachment.dart';
import 'package:solian/services.dart';

View File

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