forked from MeloNX/MeloNX
Hopefully fix File Picker
This commit is contained in:
parent
37020a5026
commit
ccdb8b76a8
Binary file not shown.
@ -8,8 +8,13 @@
|
|||||||
import SwiftUI
|
import SwiftUI
|
||||||
import UIKit
|
import UIKit
|
||||||
import CryptoKit
|
import CryptoKit
|
||||||
|
import UniformTypeIdentifiers
|
||||||
|
|
||||||
|
extension UIDocumentPickerViewController {
|
||||||
|
@objc func fix_init(forOpeningContentTypes contentTypes: [UTType], asCopy: Bool) -> UIDocumentPickerViewController {
|
||||||
|
return fix_init(forOpeningContentTypes: contentTypes, asCopy: true)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@main
|
@main
|
||||||
struct MeloNXApp: App {
|
struct MeloNXApp: App {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user