Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Progress dialog showing circular arrow only in Android Oreo

On Android 8 - Oreo ProgressDialog not working, its just showing the circular arrow.

In my application

enter image description here

I know its deprecated in API 26

This behavior of progress dialog is same for Google's other apps

enter image description here enter image description here

I have created custom dialog to show progress bar, is there any native solution for that

Device - Nexus 5x

Os - Android 8

like image 208
Rohan Pawar Avatar asked Dec 12 '17 10:12

Rohan Pawar


1 Answers

I just had the same issue with Galaxy S7 with Oreo and it did happen for any ProgressBar, not just in ProgressDialog.

Turned out I had turned off "Animator duration scale" in developer options. When I turn it on, I get the animated progress bar again.

like image 86
ferini Avatar answered Oct 22 '22 20:10

ferini