-
Notifications
You must be signed in to change notification settings - Fork 411
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
DropdownMenu leaks memory #41
Comments
An
|
@kyro38 i still have the same issue that @Skyb0rg even with this modification. Any update? Thanks |
Created a custom menu on my own, sorry. Von meinem iPhone gesendet
|
@Skyb0rg don't worry, i think i'm gonna to do the same or try to correct this library |
Seems, that #45 fixes this |
Hi,
i create a function which will create the DropdownMenu.
Every time i run this function 2mb of ram will get lost.
if i open a view like in you example close it an reopen it 5-10mb of ram are lost.
hope you understand what i mean.
i think it has something to do with "closures and strong reference cycle",
but i didn´t find the error.
Thanks.
The text was updated successfully, but these errors were encountered: