fix clearing history.

This commit is contained in:
nyne
2025-05-22 20:01:07 +08:00
parent 88f093f7e5
commit 7dc6be622a

View File

@@ -320,6 +320,8 @@ class HistoryManager with ChangeNotifier {
""", [id, type.value]);
}
}
updateCache();
notifyListeners();
}
void remove(String id, ComicType type) async {