diff options
author | Kangho Hur <kangho.hur@samsung.com> | 2017-04-24 06:37:51 (GMT) |
---|---|---|
committer | Kangho Hur <kangho.hur@samsung.com> | 2017-07-10 02:11:23 (GMT) |
commit | f823b1f41d283fcde1e385b515f8b7a5b902d028 (patch) | |
tree | 9a3dc736ba11b3f0475a8699265e2f9c53cac8fe /Xamarin.Forms.Maps.iOS | |
parent | 2e7be85cf19c1db5417b3ea030428413b26bc46c (diff) | |
download | xamarin-forms-f823b1f41d283fcde1e385b515f8b7a5b902d028.zip xamarin-forms-f823b1f41d283fcde1e385b515f8b7a5b902d028.tar.gz xamarin-forms-f823b1f41d283fcde1e385b515f8b7a5b902d028.tar.bz2 |
rebase to tags/beta-2.3.5-pre1
- this is base code of xamarin.forms 2.3.5-pre1 (https://github.com/xamarin/Xamarin.Forms/commit/fc778eb9789f50634d48fb9ad127f211b3fcfcc7)
Diffstat (limited to 'Xamarin.Forms.Maps.iOS')
-rw-r--r-- | Xamarin.Forms.Maps.iOS/MapRenderer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Maps.iOS/MapRenderer.cs b/Xamarin.Forms.Maps.iOS/MapRenderer.cs index bdb7e68..2fac61a 100644 --- a/Xamarin.Forms.Maps.iOS/MapRenderer.cs +++ b/Xamarin.Forms.Maps.iOS/MapRenderer.cs @@ -210,6 +210,7 @@ namespace Xamarin.Forms.Maps.MacOS } #endif // For iOS versions < 9, the MKMapView will be disposed in ViewRenderer's Dispose method + if (_locationManager != null) { _locationManager.Dispose(); |