From dbedebda4c341899146c1adb1fb7a6dc81c0d1b8 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Fri, 18 Mar 2022 14:36:39 +0200 Subject: [PATCH] FIxed full screen loading indicators and toasts not showing up on MacOS. --- .../Services/Authentication/AuthenticationCoordinator.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElementX/Sources/Services/Authentication/AuthenticationCoordinator.swift b/ElementX/Sources/Services/Authentication/AuthenticationCoordinator.swift index 996efa429..cca975c22 100644 --- a/ElementX/Sources/Services/Authentication/AuthenticationCoordinator.swift +++ b/ElementX/Sources/Services/Authentication/AuthenticationCoordinator.swift @@ -113,7 +113,7 @@ class AuthenticationCoordinator: Coordinator { } add(childCoordinator: coordinator) - navigationRouter.present(coordinator) + navigationRouter.setRootModule(coordinator) coordinator.start() }