mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 14:46:56 +02:00
Move attachment registration to RoomViewController
This commit is contained in:
@@ -59,11 +59,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
let window = UIWindow(frame: UIScreen.main.bounds)
|
||||
self.window = window
|
||||
|
||||
// Register pills provider.
|
||||
if #available(iOS 15.0, *) {
|
||||
NSTextAttachment.registerViewProviderClass(PillAttachmentViewProvider.self, forFileType: StringPillsUtils.pillUTType)
|
||||
}
|
||||
|
||||
// Create AppCoordinator
|
||||
self.rootRouter = RootRouter(window: window)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user