Merge branch 'main' into dev-dbDevicePrefix

This commit is contained in:
Winston Lowe
2026-03-12 09:37:44 -07:00
committed by GitHub
7 changed files with 19 additions and 1 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 {};
}