-
-
Notifications
You must be signed in to change notification settings - Fork 991
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ios] Remove updateFrameworkInfo from LocationManager
The LocationManager updates the framework location quite complicated. On every location update the LocationManager sets the frameworkUpdateMode property. The setter of this property calls updateFrameworkInfo and passes the update to the framework. A quick test revealed that calling the framework directly without going over the property also works. Removing the frameworkUpdateMode property and the updateFrmeworkInfo makes the code clearer and easier to read. Signed-off-by: Fabian Wüthrich <me@fabwu.ch>
- Loading branch information
Showing
1 changed file
with
3 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters