material-components / material-components/material-components-android
[Progress Bar] Indeterminate ProgressBar gets Frozen
@pekingme is already working on this.
Since Sep 2, 2021.
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 3.2k
- PR merge metrics
- No merged PRs in 30d
Description
today i noticed a bug,
in this the Indeterminate progress bar get stuck, when using Transition Animation effect with custom effects , there is different behavior in both AppCompat Progressbar and Material component Progressbar , and also when i again start a new activity without Transition Animation effect , the Indeterminate progress animation resume again.
Steps to reproduce the problem
- implement the progress bar in MainActivity
- start a new activity with Transition with custom effect
- now come back to main activity
- you will see the progress bar freezes
tested on Android 10, Samsung One UI 2.0
in pixel device only material component's Indeterminate progresBar is freezing
i have tested on :
pixel 5 API 29 (Android 10)
pixel 5 API 30 (Android 11)
pixel 5 API 31 (Android 12)
source code uploaded here https://github.com/goldfish07/Indeterminate-progress-bar-Bug
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.