-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MEMORY LEAK #3
Comments
Ok, first of all thank you very much for your feedback. |
俩Chinese用英语交流。 |
hhh |
大佬,我想付学费学习这个,刚从PHP转安卓,理解上有点吃力,不知是否愿意授课 |
我是说,学习怎么引用你这个类........ |
可以授课得 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The single instance FloatWindow retains the reference to a context passed from getFloatWindow() method.
In your sample module, after the activity created the FloatWindow is finished, the activity can not be recycled when GC is triggered, which will cause memory leak.
The text was updated successfully, but these errors were encountered: