Fixed to prevent checkbox crashes#2661
IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).
Fixes #2661
Description fixed to prevent checkbox crashed. I have cleared the checkbox list if repeat is false.
Alternative(s) considered Have you considered any alternatives? And if so, why have you chosen the approach in this PR?
Type Choose one: (Bug fix)
Screenshots (if applicable)
Checklist
- [x] I have read and acknowledged the Code of conduct.
- [x] I have read the Contributing page.
- [x] I have signed the Google Individual CLA, or I am covered by my company's Corporate CLA.
- [x] I have discussed my proposed solution with code owners in the linked issue(s) and we have agreed upon the general approach.
- [x] I have run
./gradlew spotlessApplyand./gradlew spotlessCheckto check my code follows the style guide of this project. - [x] I have run
./gradlew checkand./gradlew connectedCheckto test my changes locally. - [x] I have built and run the demo app(s) to verify my change fixes the issue and/or does not break the demo app(s).
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.
Can you run ./gradlew spotlessApply and rebase the branch as well ?
https://github.com/user-attachments/assets/9f4ead37-17ea-4a7c-a9c1-b5b100c8deb1
I have added video for functionality.