Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress status not updating #131

Open
anandinmaddy opened this issue Jun 19, 2019 · 1 comment
Open

Progress status not updating #131

anandinmaddy opened this issue Jun 19, 2019 · 1 comment

Comments

@anandinmaddy
Copy link

Download progress is updating initially, but after UI re-called. OnProgressUpdate() is called, but progress bar not updating.

@anandinmaddy
Copy link
Author

                                    @Override
                                    public void onProgress(int id, long totalBytes, long downloadedBytes, int progress) {
                                        viewHolder.circularProgressbar.setProgress(progress);
                                        Log.d("MobileDownload",String.valueOf(progress));


                                    }
                                });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant