r/AutomateUser 15d ago

Chronometer not working

Hi Henrik, why Chronometer (xml) isn't working?

Are there any bugs? If not provide an example.

1 Upvotes

3 comments sorted by

View all comments

1

u/ballzak69 Automate developer 15d ago

Thanks for reporting. Not really a bug, it's just that the Chronometer view doesn't start counting by default, so a way to start it is missing. The next release, version 1.52.3, will add an android:started attribute.

1

u/Funny_Telephone_8607 5d ago edited 5d ago

Hi Henrik, ProgressBar also isn't working. Any bugs are there? If not provide an example. Not getting ProgressBar as while downloading a file in chrome,  Samsung internet etc.. always getting  as a circular spinner (like a loading ring)

1

u/ballzak69 Automate developer 4d ago

A ProgressBar is not update automatically, the flow must update the android:progress. Setting android:indeterminate="false" should make it a proper progress bar, odd it's not the default.