Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Fix double setting of _disposed
Browse files Browse the repository at this point in the history
  • Loading branch information
hartez committed Sep 16, 2016
1 parent 8ac4835 commit 18d418c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Xamarin.Forms.Maps.Android/MapRenderer.cs
Expand Up @@ -307,8 +307,6 @@ protected override void Dispose (bool disposing)

if (disposing)
{
_disposed = true;

if (Element != null)
{
MessagingCenter.Unsubscribe<Map, MapSpan>(this, MoveMessageName);
Expand Down

0 comments on commit 18d418c

Please sign in to comment.