Browse Source

allow cropping profile images during account setup

cyberta 4 năm trước cách đây
mục cha
commit
c00c33d690
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {