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

Commit

Permalink
Fix typo to MediaImplementation.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrawal1986 authored Feb 28, 2019
1 parent 9e6e94f commit f5b56fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Media.Plugin/Android/MediaPickerActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ protected override void OnDestroy()
{
DeleteOutputFile();
MediaImplementation.completionSource = null;
completionSourceMulti.completionSource = null;
MediaImplementation.completionSourceMulti = null;
MediaPicked = null;
}
base.OnDestroy();
Expand Down

0 comments on commit f5b56fb

Please sign in to comment.