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
@@ -50,6 +50,9 @@ class MessageStore {
}
}
if (jsonString == null || jsonString.isEmpty) {
jsonString = prefs.getString(keyFor);
}
if (jsonString == null || jsonString.isEmpty) {
return [];
}