mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Glitchy room list header when scrolling
- fixed
This commit is contained in:
@@ -19,12 +19,12 @@ import CommonKit
|
||||
|
||||
class SplitViewUserIndicatorPresentationContext: UserIndicatorPresentationContext {
|
||||
private weak var splitViewController: UISplitViewController?
|
||||
private weak var tabBarCoordinator: TabBarCoordinator?
|
||||
private weak var tabBarCoordinator: TabBarCoordinatorType?
|
||||
private weak var detailNavigationController: UINavigationController?
|
||||
|
||||
init(
|
||||
splitViewController: UISplitViewController,
|
||||
tabBarCoordinator: TabBarCoordinator,
|
||||
tabBarCoordinator: TabBarCoordinatorType,
|
||||
detailNavigationController: UINavigationController
|
||||
) {
|
||||
self.splitViewController = splitViewController
|
||||
|
||||
Reference in New Issue
Block a user