Fix comic list was not updated after delete a comic in favorites page.

This commit is contained in:
2025-03-09 16:34:50 +08:00
parent 00c0a64de0
commit 68b214e295
2 changed files with 5 additions and 1 deletions

View File

@@ -111,6 +111,9 @@ class Comic {
@override
int get hashCode => id.hashCode ^ sourceKey.hashCode;
@override
toString() => "$sourceKey@$id";
}
class ComicDetails with HistoryMixin {