Minor reformatting
This commit is contained in:
parent
94a41a72c9
commit
5659adf384
1 changed files with 2 additions and 1 deletions
|
@ -294,7 +294,8 @@ class PhotoSyncManager {
|
|||
Configuration.instance.getKey(),
|
||||
base64.decode(file.encryptedKeyIV));
|
||||
Map<String, dynamic> metadata = jsonDecode(utf8.decode(
|
||||
await CryptoUtil.decryptDataToData(fileItem["metadata"], key)));
|
||||
await CryptoUtil.decryptDataToData(
|
||||
fileItem["metadata"], key)));
|
||||
file.applyMetadata(metadata);
|
||||
files.add(file);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue