Skip to content

Commit

Permalink
๐Ÿ› ๋’ค๋กœ๊ฐ€๊ธฐ ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ ์—ฌ๊ธฐ์—์„œ ๊ฒ€์ƒ‰ ๋ฒ„ํŠผ shown ์ฒ˜๋ฆฌ
Browse files Browse the repository at this point in the history
  • Loading branch information
yoondj98 committed Dec 10, 2023
1 parent ced263f commit 57bf215
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ public final class HomeViewModel {
self.fetchJourneys(minCoordinate: minCoordinate, maxCoordinate: maxCoordinate)
case .backButtonDidTap:
self.state.isRecording.send(false)
self.state.isRefreshButtonHidden.send(false)
self.state.overlaysShouldBeCleared.send(true)
case .mapViewDidChange:
if self.state.isRecording.value == false {
self.state.isRefreshButtonHidden.send(false)
}
self.state.isRefreshButtonHidden.send(false)
}
}

Expand Down

0 comments on commit 57bf215

Please sign in to comment.