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.selectionLimit = selectionLimit
|
||||
config.selection = .ordered
|
||||
config.preferredAssetRepresentationMode = .current
|
||||
//config.preferredAssetRepresentationMode = .current
|
||||
let controller = PHPickerViewController(configuration: config)
|
||||
controller.delegate = context.coordinator
|
||||
return controller
|
||||
|
Loading…
Reference in New Issue
Block a user