We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21ec84 commit 0af8b9dCopy full SHA for 0af8b9d
lib/data/nextcloud/saber_syncer.dart
@@ -230,7 +230,7 @@ class SaberSyncInterface
230
assert(decryptedData.isNotEmpty,
231
'Decrypted data is empty but encryptedBytes.length is ${encryptedBytes.length}');
232
await FileManager.writeFile(file.relativeLocalPath, decryptedData,
233
- alsoUpload: false, lastModified: file.remoteFile?.lastModified);); // write remote file to local and set time stamp from remote file!
+ alsoUpload: false, lastModified: file.remoteFile?.lastModified); // write remote file to local and set time stamp from remote file!
234
}
235
236
@override
0 commit comments