Skip to content

Commit

Permalink
Remove simulator-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitschlag committed Jan 31, 2025
1 parent c21c74f commit eca1af4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deltachat-ios/Helper/MediaPicker.swift
Original file line number Diff line number Diff line change
@@ -97,7 +97,6 @@ class MediaPicker: NSObject, UINavigationControllerDelegate {
configuration.preferredAssetRepresentationMode = .compatible
let imagePicker = PHPickerViewController(configuration: configuration)
imagePicker.delegate = self
imagePicker.modalPresentationStyle = .popover

navigationController?.present(imagePicker, animated: true)
}

0 comments on commit eca1af4

Please sign in to comment.