Преглед на файлове

Merge pull request #1021 from deltachat/crop_image_setup_workflow

allow cropping profile images during account setup
cyBerta преди 4 години
родител
ревизия
f232dfde05
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      deltachat-ios/Controller/ProfileInfoViewController.swift

+ 1 - 1
deltachat-ios/Controller/ProfileInfoViewController.swift

@@ -132,7 +132,7 @@ class ProfileInfoViewController: UITableViewController {
     }
 
     private func cameraButtonPressed(_ action: UIAlertAction) {
-        mediaPicker?.showCamera()
+        mediaPicker?.showCamera(allowCropping: true, supportedMediaTypes: .photo)
     }
 
     private func deleteProfileIconPressed(_ action: UIAlertAction) {