We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64213e7 commit b518312Copy full SHA for b518312
1 file changed
Neki-iOS/APP/Sources/Application/AppCoordinator.swift
@@ -195,7 +195,8 @@ struct AppCoordinator {
195
case let .signedIn(user):
196
if case var .mainTab(mainTabState) = state.route {
197
mainTabState.user = user
198
- state.route = .mainTab(.init(user: user))
+ mainTabState.myPage.root.user = user
199
+ state.route = .mainTab(mainTabState)
200
return .none
201
}
202
state.route = .mainTab(.init(user: user))
0 commit comments