Revert "ios: making thumbnails faster" (#3571)
This reverts commit cd9cb8e064
.
This commit is contained in:
parent
c83238c35a
commit
67590f3258
@ -143,7 +143,7 @@ struct LibraryMediaListPicker: UIViewControllerRepresentable {
|
|||||||
config.filter = .any(of: [.images, .videos])
|
config.filter = .any(of: [.images, .videos])
|
||||||
config.selectionLimit = selectionLimit
|
config.selectionLimit = selectionLimit
|
||||||
config.selection = .ordered
|
config.selection = .ordered
|
||||||
config.preferredAssetRepresentationMode = .current
|
//config.preferredAssetRepresentationMode = .current
|
||||||
let controller = PHPickerViewController(configuration: config)
|
let controller = PHPickerViewController(configuration: config)
|
||||||
controller.delegate = context.coordinator
|
controller.delegate = context.coordinator
|
||||||
return controller
|
return controller
|
||||||
|
Loading…
Reference in New Issue
Block a user