Skip to content

Commit c7878d7

Browse files
committed
FIxed full screen loading indicators and toasts not showing up on MacOS.
1 parent fdb9242 commit c7878d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElementX/Sources/Services/Authentication/AuthenticationCoordinator.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class AuthenticationCoordinator: Coordinator {
113113
}
114114

115115
add(childCoordinator: coordinator)
116-
navigationRouter.present(coordinator)
116+
navigationRouter.setRootModule(coordinator)
117117

118118
coordinator.start()
119119
}

0 commit comments

Comments
 (0)