Skip to content
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

Avoid unnecessarily creating/destroying the PlatformView #7566

Merged
merged 1 commit into from Jan 24, 2019

Conversation

dnfield
Copy link
Contributor

@dnfield dnfield commented Jan 23, 2019

This is a fix for flutter/flutter#26966 (which could be closed once this rolls into the framework).

It still allows the ViewController to be released per the tests in ios_add2app

These changes were introduced in the release ViewController patch, but aren't necessary now since we have the ViewController notify the Engine when it's deallocated so the engine can then free up the relevant resources.

/cc @KevinTheGray @chinmaygarde

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants