You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected Device(s) [OnePlus 8T, Android 11, minSdk 26, I haven't tested it on other devices]
I'm making an app that is updating progress bar every 50 milliseconds. When the label is located on the inside of the progress bar, everything works perfectly, but when it's outside, it's rapidly blinking. It looks like it's disappearing for a few milliseconds and then reappearing. Of course, I have a .setOnProgressChangeListener that changes the labelText.
Edit: If I'm not mistaken, it happens because of changing the progress, not the label. It's really noticeable even if I'm updating the progress every second (not every 0.05 s) so I do think that it should be fixed.
21-07-22-00-20-41.online-video-cutter.com.mp4
The text was updated successfully, but these errors were encountered:
I'm making an app that is updating progress bar every 50 milliseconds. When the label is located on the inside of the progress bar, everything works perfectly, but when it's outside, it's rapidly blinking. It looks like it's disappearing for a few milliseconds and then reappearing. Of course, I have a .setOnProgressChangeListener that changes the labelText.
Edit: If I'm not mistaken, it happens because of changing the progress, not the label. It's really noticeable even if I'm updating the progress every second (not every 0.05 s) so I do think that it should be fixed.
21-07-22-00-20-41.online-video-cutter.com.mp4
The text was updated successfully, but these errors were encountered: