Migrate legacy storage keys to scoped keys in various store classes

This commit is contained in:
Winston Lowe
2026-03-12 08:29:56 -07:00
parent 1fba5312a2
commit 6da54e13c3
8 changed files with 28 additions and 6 deletions
+3
View File
@@ -45,6 +45,9 @@ class UnreadStore {
jsonString = legacyJsonString;
}
}
if (jsonString == null || jsonString.isEmpty) {
jsonString = prefs.getString(keyFor);
}
if (jsonString == null || jsonString.isEmpty) {
return {};
}