fix
This commit is contained in:
parent
12ef6910ed
commit
6570438872
@ -259,7 +259,10 @@ Future<Map<String, dynamic>> convertAllToString(
|
|||||||
}
|
}
|
||||||
|
|
||||||
settings[entry.key] = encryptValue(entry.value, password);
|
settings[entry.key] = encryptValue(entry.value, password);
|
||||||
} else if (entry.value is String) {
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (entry.value is String) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user