You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Override
public void onProgress(int id, long totalBytes, long downloadedBytes, int progress) {
viewHolder.circularProgressbar.setProgress(progress);
Log.d("MobileDownload",String.valueOf(progress));
}
});
Download progress is updating initially, but after UI re-called. OnProgressUpdate() is called, but progress bar not updating.
The text was updated successfully, but these errors were encountered: