Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix InfoWindow when provided view already has parent
Since views cannot have two parents at the same time, we encounter a crash when a client provides us with a view to be used as an InfoWindow which already has a parent. The simple solution is to remove the parent.
- Loading branch information