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