mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: icloud sync (#187)
This commit is contained in:
@@ -13,7 +13,7 @@ class ServerStore extends PersistentStore {
|
||||
final List<ServerPrivateInfo> ss = [];
|
||||
for (final id in ids) {
|
||||
final s = box.get(id);
|
||||
if (s != null) {
|
||||
if (s != null && s is ServerPrivateInfo) {
|
||||
ss.add(s);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user