Skip to content

Commit

Permalink
[Fix] 화면전환 로직 변경 - #2
Browse files Browse the repository at this point in the history
 - 동기
  • Loading branch information
Jin0331 committed Jan 31, 2025
1 parent 7de4a55 commit e6b239c
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@ struct StudyMapCoordinator {

case let .router(.routeAction(id: .search, action: .search(.viewTransition(.goToResultLocation(location))))):

return .routeWithDelaysIfUnsupported(state.routes, action: \.router) {
$0.goBack()
naverMapManager.moveToSpecificLocation(location: location)
}
state.routes.goBackTo(id: .studyMap)
naverMapManager.moveToSpecificLocation(location: location)

default :
break
}
Expand Down

0 comments on commit e6b239c

Please sign in to comment.