mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
fix clearing history.
This commit is contained in:
@@ -320,6 +320,8 @@ class HistoryManager with ChangeNotifier {
|
||||
""", [id, type.value]);
|
||||
}
|
||||
}
|
||||
updateCache();
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
void remove(String id, ComicType type) async {
|
||||
|
Reference in New Issue
Block a user