Skip to content

Commit e5ca70d

Browse files
Apply suggestion from @tobiasKaminsky
Signed-off-by: Tobias Kaminsky <tobias@nextcloud.com>
1 parent 305c8d2 commit e5ca70d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

library/src/main/java/com/owncloud/android/lib/resources/files/DownloadFileRemoteOperation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ private int downloadFile(NextcloudClient client, File targetFile) throws IOExcep
109109
while ((readResult = bis.read(bytes)) != -1) {
110110
synchronized (mCancellationRequested) {
111111
if (mCancellationRequested.get()) {
112-
// getMethod.abort();
113112
throw new OperationCancelledException();
114113
}
115114
}

0 commit comments

Comments
 (0)