Skip to content

Commit

Permalink
Added SearchHistory to deleteOffline
Browse files Browse the repository at this point in the history
Signed-off-by: Khalid Warsame <[email protected]>
  • Loading branch information
KhalidWar committed Mar 5, 2024
1 parent d5bf70d commit 9737f3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utilities/startup_methods.dart
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ class StartupMethods {
await secureStorage.delete(key: DataStorageKeys.domainsKey);
await secureStorage.delete(key: DataStorageKeys.rulesKey);
await secureStorage.delete(key: DataStorageKeys.domainOptionsKey);
await secureStorage.delete(key: DataStorageKeys.searchHistoryKey);
} catch (error) {
return;
}
Expand Down

0 comments on commit 9737f3e

Please sign in to comment.