mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Fix review remarks
This commit is contained in:
@@ -28,10 +28,10 @@ protocol SplitViewMasterPresentableDelegate: AnyObject {
|
||||
func splitViewMasterPresentable(_ presentable: Presentable, wantsToStack detailPresentable: Presentable, popCompletion: (() -> Void)?)
|
||||
|
||||
/// Replace split view detail with the given modules
|
||||
func splitViewMasterPresentable(_ presentable: Presentable, wantsToReplaceDetailsWith modules: [PresentableModule])
|
||||
func splitViewMasterPresentable(_ presentable: Presentable, wantsToReplaceDetailsWith modules: [NavigationModule])
|
||||
|
||||
/// Stack modules on the existing split view detail stack
|
||||
func splitViewMasterPresentable(_ presentable: Presentable, wantsToStack modules: [PresentableModule])
|
||||
func splitViewMasterPresentable(_ presentable: Presentable, wantsToStack modules: [NavigationModule])
|
||||
|
||||
/// Pop to module on the existing split view detail stack
|
||||
func splitViewMasterPresentable(_ presentable: Presentable, wantsToPopTo module: Presentable)
|
||||
|
||||
Reference in New Issue
Block a user