material-components / material-components/material-components-android
[CircularProgressIndicator] visibilityAfterHide is ignored.
Open
@pekingme is already working on this.
Since Feb 6, 2023.
bug
Widget: ProgressIndicator
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 3.2k
- PR merge metrics
- No merged PRs in 30d
Description
Description: When hiding a progress indicator using the hide() method, it always set the View visibility to INVISIBLE instead of setting it to the value set to visibilityAfterHide
Expected behavior: Calling hide() after setVisibilityAfterHide(View.GONE) set the view visibility to GONE instead of INVISIBLE
Android API version: Any
Material Library version: 1.8.0
Device: Any
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.