Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the main bundle if the App bundle is not found (flutter#18749)
It looks like half the code in this function was updated to use the main bundle but this one line was still only using the _dartBundle. I am pretty sure that is a mistake and instead we want to use the mainBundle as a backup both to find the plist and to find the assets.
- Loading branch information