We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when Alert of type progress is created, instead of progressbar, notification bell icon is visible.
Alerter.create(this@sign_in) .setTitle(R.string.app_name) .setText("Loading, Please Wait...") .setProgressColorInt(Color.BLUE) .enableProgress(true) .enableInfiniteDuration(true) .show()
The text was updated successfully, but these errors were encountered:
Hi @priyanshu-lanjewar, what version of the library are you using?
Sorry, something went wrong.
@kpmmmurphy ohh.. Thnx i figured it out. I changed version now so able to use it ..
No branches or pull requests
when Alert of type progress is created, instead of progressbar, notification bell icon is visible.
The text was updated successfully, but these errors were encountered: