material-components / material-components/material-components-android
[LinearProgressIndicator] Stops after standby and is no longer animated
@pekingme is already working on this.
Since Feb 20, 2025.
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 3.2k
- PR merge metrics
- No merged PRs in 30d
Description
**Description:**
```
I have a LinearProgressIndicator in a dialog with indeterminate set to true.
The dialog opens, and the progress indicator works correctly.
Now, I put the phone into standby using the lock button.
When I unlock the phone and see the dialog again, the progress indicator is no longer animated.
```
**Expected behavior:**
`I expect it to continue working even after returning from standby and seeing the dialog again.`
**Source code:**
```
```
**Minimal sample app repro:**
`-`
**Android API version:**
`I think all`
**Material Library version:**
`com.google.android.material:material:1.13.0-alpha10`
**Device:**
`I think all`
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.