|
@@ -63,7 +63,7 @@ namespace InABox.Mobile.Android
|
|
|
|
|
|
public async Task<FileResult> PickPhotoAsync(int? compression, Size? constraints)
|
|
|
{
|
|
|
- var fileResult = await MediaPicker.CapturePhotoAsync();
|
|
|
+ var fileResult = await MediaPicker.PickPhotoAsync();
|
|
|
if (fileResult == null)
|
|
|
return null;
|
|
|
return await ProcessFile(fileResult, compression, constraints);
|