HarlonWang / HarlonWang/AVLoadingIndicatorView
BallClipRotateIndicator leaks an Activity
- Dominant language
- Java
- Stars
- 9.7k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description

From the leak canary report it seems like [BallClipRotateIndicator](https://github.com/81813780/AVLoadingIndicatorView/blob/master/library/src/main/java/com/wang/avi/indicators/BallClipRotateIndicator.java) leaks a calling view (and activity afterward). It might be caused by keeping an implicit reference for calling `postInvalidate();` method.
Possible fix would be to clean up the reference in ondetachedfromwindow method.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.