Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.7k
fix(core): iOS app memory leak after using the 'presentViewController…#9934
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
fix(core): iOS app memory leak after using the 'presentViewController…#9934
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors:Douglas Machado.
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors:Douglas Machado.
|
Uh oh!
There was an error while loading.Please reload this page.
…' navigation (refactoring)
…m/dgmachado/NativeScript into fix/memory-leak-when-using-modals
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors:Douglas Machado.
|
…m/dgmachado/NativeScript into fix/memory-leak-when-using-modals
…m/dgmachado/NativeScript into fix/memory-leak-when-using-modals
Uh oh!
There was an error while loading.Please reload this page.
…' navigation
PR Checklist
What is the current behavior?
The iOS app is leaking always after using the 'presentViewController' navigation for Frame. According to the debugging, the entire frame presented is leaking.
What is the new behavior?
The frame presented by the 'presentViewController' navigation is being disposed of memory.