浏览代码

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) {