Set property for UTType & add missing iOS 15 availabilities

This commit is contained in:
aringenbach
2022-05-04 15:58:42 +02:00
parent 2bd084a117
commit b5ebae7ff6
6 changed files with 21 additions and 8 deletions
+1 -1
View File
@@ -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