💄 Better friend page loading indicator

This commit is contained in:
2024-08-02 22:54:56 +08:00
parent 07771e8979
commit 425bae9d13
3 changed files with 30 additions and 29 deletions

View File

@ -58,6 +58,7 @@ class _AttachmentListState extends State<AttachmentList> {
_attachmentsMeta = result;
_isLoading = false;
});
_calculateAspectRatio();
});
}