Quellcode durchsuchen

allow cropping profile images during account setup

cyberta vor 4 Jahren
Ursprung
Commit
c00c33d690
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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) {