Skip to content

Commit 9df5cac

Browse files
committed
fix(operation): file download
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent d5dc891 commit 9df5cac

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

app/src/main/java/com/owncloud/android/operations/DownloadFileOperation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ protected RemoteOperationResult run(OwnCloudClient client) {
203203
downloadOperation = new DownloadFileRemoteOperation(file.getRemotePath(), tmpFolder);
204204

205205
if (downloadType == DownloadType.DOWNLOAD) {
206-
dataTransferListeners.forEach(downloadOperation::addDatatransferProgressListener);
206+
dataTransferListeners.forEach(downloadOperation::addProgressListener);
207207
}
208208

209209
NextcloudClient nextcloudClient = OwnCloudClientExtensionsKt.toNextcloudClient(client, operationContext);

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
androidCommonLibraryVersion = "0.33.2"
66
androidGifDrawableVersion = "1.2.31"
77
androidImageCropperVersion = "4.7.0"
8-
androidLibraryVersion ="dd85553abaea1c05dc514268a3cf4a976535bc2b"
8+
androidLibraryVersion ="01adfc0a1f"
99
androidOpensslVersion = "3.5.6"
1010
androidPluginVersion = "9.2.1"
1111
androidsvgVersion = "1.4"

gradle/verification-metadata.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20784,6 +20784,14 @@
2078420784
<sha256 value="f5dbf2a98f6cbe6a1ab81364c15250bd5d5872fe1e524bd57c3d135e1e6143ee" origin="Generated by Gradle" reason="Artifact is not signed"/>
2078520785
</artifact>
2078620786
</component>
20787+
<component group="com.github.nextcloud" name="android-library" version="01adfc0a1f">
20788+
<artifact name="android-library-01adfc0a1f.aar">
20789+
<sha256 value="51b447988336ba10eca921d3f308da168313a16f352362cea5b7bd229bdaf2c6" origin="Generated by Gradle" reason="Artifact is not signed"/>
20790+
</artifact>
20791+
<artifact name="android-library-01adfc0a1f.module">
20792+
<sha256 value="9ee93f81089c2f4b3841a7efa5c77f845bf13811d5d6a340d35cb960537cfb10" origin="Generated by Gradle" reason="Artifact is not signed"/>
20793+
</artifact>
20794+
</component>
2078720795
<component group="com.github.nextcloud" name="android-library" version="0303be50f9">
2078820796
<artifact name="android-library-0303be50f9.aar">
2078920797
<sha256 value="d10959e216de68719efc582c5698b7e78385a53900672cb024ecc36111be6d2f" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)