diff --git a/lib/foundation/history.dart b/lib/foundation/history.dart index 3c45c89..412e0f5 100644 --- a/lib/foundation/history.dart +++ b/lib/foundation/history.dart @@ -320,6 +320,8 @@ class HistoryManager with ChangeNotifier { """, [id, type.value]); } } + updateCache(); + notifyListeners(); } void remove(String id, ComicType type) async {