This commit is contained in:
2025-01-16 19:17:18 +08:00
parent 4c6e4373e9
commit bfd115046d
2 changed files with 136 additions and 77 deletions

View File

@@ -1241,9 +1241,11 @@ class _ComicThumbnailsState extends State<_ComicThumbnails> {
} else {
error = res.errorMessage;
}
setState(() {
isLoading = false;
});
if (mounted) {
setState(() {
isLoading = false;
});
}
}
@override