From a9437a364174fd5b4e48d6e09dbdf03db900727b Mon Sep 17 00:00:00 2001 From: paleksandrs Date: Mon, 14 Nov 2022 10:48:15 +0200 Subject: [PATCH] Removed init --- .../Room/TimelinePoll/Coordinator/TimelinePollProvider.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/RiotSwiftUI/Modules/Room/TimelinePoll/Coordinator/TimelinePollProvider.swift b/RiotSwiftUI/Modules/Room/TimelinePoll/Coordinator/TimelinePollProvider.swift index 7d9adef58..3a04f2312 100644 --- a/RiotSwiftUI/Modules/Room/TimelinePoll/Coordinator/TimelinePollProvider.swift +++ b/RiotSwiftUI/Modules/Room/TimelinePoll/Coordinator/TimelinePollProvider.swift @@ -23,8 +23,6 @@ class TimelinePollProvider: NSObject { var session: MXSession? var coordinatorsForEventIdentifiers = [String: TimelinePollCoordinator]() - private override init() { } - /// Create or retrieve the poll timeline coordinator for this event and return /// a view to be displayed in the timeline func buildTimelinePollVCForEvent(_ event: MXEvent) -> UIViewController? {