Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[geolocator_apple] Crash if listen/cancel is executed in quick succes…
…sion The onDidAuthorizationChanged is executed by iOS somewhen afer CLLocationManager is created in onListenWithArguments. If the the subscription is canceled in the meantime _eventSink (onCancelWithArguments) is set to nil leading to accessing _eventSink when already nil (BAD_ACCESS crash).
- Loading branch information