summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Maps.iOS
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-04-24 15:37:51 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-04-24 15:51:40 +0900
commitdc777ec8c892077c22561bbccf8b3ab5f795f719 (patch)
tree285b19f830a5f369b821b64273cf38053386b719 /Xamarin.Forms.Maps.iOS
parent009dc7e81299c1c45ad3a7ce5ad3ad9161177c8e (diff)
downloadxamarin-forms-dc777ec8c892077c22561bbccf8b3ab5f795f719.tar.gz
xamarin-forms-dc777ec8c892077c22561bbccf8b3ab5f795f719.tar.bz2
xamarin-forms-dc777ec8c892077c22561bbccf8b3ab5f795f719.zip
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.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Maps.iOS/MapRenderer.cs b/Xamarin.Forms.Maps.iOS/MapRenderer.cs
index bdb7e68d..2fac61a8 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();