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

Commit

Permalink
Set AlbumPath.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelian committed Oct 11, 2020
1 parent ad07b55 commit 2173525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Media.Plugin/Android/MediaImplementation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ async Task FixOrientationAndResize(PickMediaOptions options, MediaFile media)
var fileName = System.IO.Path.GetFileName(media.Path);
var uri = MediaPickerActivity.GetOutputMediaFile(context, options.Directory ?? "temp", fileName, true, true);
var f = new Java.IO.File(uri.Path);
media.AlbumPath = uri.ToString();

try
{
Expand Down

0 comments on commit 2173525

Please sign in to comment.