mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
opt.: icloud sync (#187)
This commit is contained in:
@@ -13,7 +13,7 @@ class PrivateKeyStore extends PersistentStore {
|
||||
final ps = <PrivateKeyInfo>[];
|
||||
for (final key in keys) {
|
||||
final s = box.get(key);
|
||||
if (s != null) {
|
||||
if (s != null && s is PrivateKeyInfo) {
|
||||
ps.add(s);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user