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

Commit

Permalink
Removed an unnecessary picker.Dispose()
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Hattab authored and Omar Hattab committed Aug 6, 2018
1 parent ac1f15e commit 73ab7ee
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Media.Plugin/iOS/MediaPickerDelegate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,6 @@ private void Dismiss(UIImagePickerController picker, NSAction onDismiss)
else
{
picker.DismissViewController(true, onDismiss);
try
{
picker.Dispose();
}
catch
{

}
}
}
}
Expand Down

0 comments on commit 73ab7ee

Please sign in to comment.