Skip to content

Commit

Permalink
fixup! fixup! fix: clean tom db on logout
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian KOUNE committed Sep 6, 2023
1 parent 1b8c7fe commit ebb4709
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/data/hive/hive_collection_tom_database.dart
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ class HiveCollectionToMDatabase {
Logs().w('Delete database and storage key...');
await const FlutterSecureStorage()
.delete(key: FlutterHiveCollectionsDatabase.cipherStorageKey);
await tomConfigurationsBox.clear();
await _collection.deleteFromDisk();
await Hive.deleteFromDisk();
}
Expand Down

0 comments on commit ebb4709

Please sign in to comment.