mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 02:22:44 +02:00
Update UIHostingController initializer
This commit is contained in:
@@ -86,9 +86,8 @@ final class TimelinePollCoordinator: Coordinator, Presentable, PollAggregatorDel
|
||||
}
|
||||
|
||||
func toPresentable() -> UIViewController {
|
||||
let controller = VectorHostingController(rootView: TimelinePollView(viewModel: viewModel.context))
|
||||
controller.forceZeroSafeAreaInsets = true
|
||||
return controller
|
||||
return VectorHostingController(rootView: TimelinePollView(viewModel: viewModel.context),
|
||||
forceZeroSafeAreaInsets: true)
|
||||
}
|
||||
|
||||
func canEndPoll() -> Bool {
|
||||
|
||||
Reference in New Issue
Block a user