fix history database

This commit is contained in:
2025-01-15 18:31:15 +08:00
parent 399b9abaee
commit 5d1d62e157

View File

@@ -337,6 +337,7 @@ class HistoryManager with ChangeNotifier {
} }
void close() { void close() {
isInitialized = false;
_db.dispose(); _db.dispose();
} }
} }