mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 14:46:56 +02:00
Set property for UTType & add missing iOS 15 availabilities
This commit is contained in:
@@ -61,7 +61,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
|
||||
// Register pills provider.
|
||||
if #available(iOS 15.0, *) {
|
||||
NSTextAttachment.registerViewProviderClass(PillAttachmentViewProvider.self, forFileType: "im.vector.app.pills")
|
||||
NSTextAttachment.registerViewProviderClass(PillAttachmentViewProvider.self, forFileType: StringPillsUtils.pillUTType)
|
||||
}
|
||||
|
||||
// Create AppCoordinator
|
||||
|
||||
Reference in New Issue
Block a user