Frank van den Bos 1 rok temu
rodzic
commit
7046d9eff1

+ 1 - 1
InABox.Mobile/InABox.Mobile.Android/ImageToolsDroid.cs

@@ -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);