Skip to content

Commit 2a90a07

Browse files
committed
clear blocklist storage return
1 parent 7dad777 commit 2a90a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/local_objects/local_storage.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class LocalStorage {
240240
}
241241

242242
static Map<String, bool> getBlockList() {
243-
return _extract("blockList")?.cast<String, bool>() ?? Map<String, bool>();
243+
return Map<String, bool>();
244244
}
245245

246246
static Future<void> setBlockList(Map<String, bool> v) async {

0 commit comments

Comments
 (0)