I made a custom dialog with a countdown timer that feeds a progressbar.
So an action triggers the custom dialog to appear, the timer works perfectly but the progressbar doesn't animate. It initializes with the whole bar filled up and doesn't change.
If I click on it, it will update the progressbar to the value it was on the time of clicking, however it only happens once and further clicks won't refresh the progressbar again.
I clicked when it was at 3 seconds out of 15 seconds total, so the bar only shows that point.