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 6666810 commit 9e4d51dCopy full SHA for 9e4d51d
README.md
@@ -126,7 +126,7 @@ fetch.addListener(new FetchListener() {
126
}
127
128
@Override
129
- public void onProgress(@NotNull Download download, long etaInMilliSeconds) {
+ public void onProgress(@NotNull Download download, long etaInMilliSeconds, long downloadedBytesPerSecond) {
130
if (request.getId() == download.getId()) {
131
updateDownload(download, etaInMilliSeconds);
132
0 commit comments