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

Commit

Permalink
Set to null for double tap
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Feb 10, 2022
1 parent 370285c commit 5ba6134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Media.Plugin/iOS/MediaPickerDelegate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ void RemoveOrientationChangeObserverAndNotifications()

}
observer?.Dispose();
observer = null;
}

void DidRotate(NSNotification notice)
Expand Down

0 comments on commit 5ba6134

Please sign in to comment.