🐛 Fix attachment meta won't load
This commit is contained in:
parent
65333ccef6
commit
31513b0e84
@ -178,6 +178,12 @@ class _AttachmentListState extends State<AttachmentList> {
|
||||
);
|
||||
}
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
getMetadataList();
|
||||
}
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
if (widget.attachmentsId.isEmpty) {
|
||||
|
@ -48,8 +48,8 @@
|
||||
border: 10px solid #f3f3f3;
|
||||
border-top: 10px solid #8f94ca;
|
||||
border-radius: 50%;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
animation: spin .35s linear infinite;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user