Revert "ios: making thumbnails faster" (#3571)

This reverts commit cd9cb8e064.
This commit is contained in:
Stanislav Dmitrenko 2023-12-22 16:46:55 +08:00 committed by GitHub
parent c83238c35a
commit 67590f3258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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