Update Riot/Modules/SplitView/SplitViewCoordinator.swift

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
This commit is contained in:
SBiOSoftWhare
2021-10-08 16:39:09 +02:00
committed by GitHub
parent 72abe88328
commit f2c11ea48a
@@ -345,7 +345,7 @@ extension SplitViewCoordinator: SplitViewMasterPresentableDelegate {
func splitViewMasterPresentable(_ presentable: Presentable, wantsToStack detailPresentable: Presentable, popCompletion: (() -> Void)?) {
guard let detailNavigationRouter = self.detailNavigationRouter else {
MXLog.debug("Failed to stack \(detailPresentable) because detailNavigationRouter is nil")
MXLog.debug("[SplitViewCoordinator] Failed to stack \(detailPresentable) because detailNavigationRouter is nil")
return
}