|
@@ -26,15 +26,13 @@ namespace PRS.Mobile
|
|
|
UpdateUI();
|
|
|
}
|
|
|
|
|
|
- protected override Task<MobileDocument> CaptureMedia()
|
|
|
+ protected override Task<MobileDocument> CaptureMedia()
|
|
|
{
|
|
|
- var photoSettings = new GlobalConfiguration<MobilePhotoSettings>().Load();
|
|
|
return MobileDocument.From<MobileDocumentCameraSource>(PhotoUtils.CreateCameraOptions());
|
|
|
}
|
|
|
|
|
|
- protected override Task<MobileDocument> SelectMedia()
|
|
|
+ protected override Task<MobileDocument> SelectMedia()
|
|
|
{
|
|
|
- var photoSettings = new GlobalConfiguration<MobilePhotoSettings>().Load();
|
|
|
return MobileDocument.From<MobileDocumentPhotoLibrarySource>(PhotoUtils.CreatePhotoLibraryOptions());
|
|
|
}
|
|
|
|