projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Download service refactoring: multiple downloads and cancellation support
[pub/Android/ownCloud.git]
/
src
/
eu
/
alefzero
/
webdav
/
ChunkFromFileChannelRequestEntity.java
diff --git
a/src/eu/alefzero/webdav/ChunkFromFileChannelRequestEntity.java
b/src/eu/alefzero/webdav/ChunkFromFileChannelRequestEntity.java
index
c3c9a69
..
da390a6
100644
(file)
--- a/
src/eu/alefzero/webdav/ChunkFromFileChannelRequestEntity.java
+++ b/
src/eu/alefzero/webdav/ChunkFromFileChannelRequestEntity.java
@@
-95,7
+95,7
@@
public class ChunkFromFileChannelRequestEntity implements RequestEntity {
out.write(mBuffer.array(), 0, readCount);
mBuffer.clear();
if (mListener != null)
- mListener.
t
ransferProgress(readCount);
+ mListener.
onT
ransferProgress(readCount);
}
} catch (IOException io) {