Tapadoo / Alerter

An Android Alerting Library
MIT License
5.52k stars 633 forks source link

ProgressBar icon is not visible #275

Closed priyanshu-lanjewar closed 3 years ago

priyanshu-lanjewar commented 3 years ago

mobpic 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()
kpmmmurphy commented 3 years ago

Hi @priyanshu-lanjewar, what version of the library are you using?

priyanshu-lanjewar commented 3 years ago

@kpmmmurphy ohh.. Thnx i figured it out. I changed version now so able to use it ..