Skip to content

Commit

Permalink
[CHORE] : 줄바꿈 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
iowa329 committed Mar 9, 2024
1 parent 0232792 commit f3de288
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ extension HomeVC: NMFMapViewCameraDelegate {

// 현재 지도 위치가 네이버 사옥(지도의 최초 초기화 위치)이 아닌 경우에만 현재 지도의 마지막 위치 저장
if !(naverLocation.lat == curMapViewLocation.lat &&
naverLocation.lng == curMapViewLocation.lng) {
naverLocation.lng == curMapViewLocation.lng) {
KeychainManager.shared.saveLastPosition(locationCoordinate: curMapViewLocation)
}
}
Expand Down

0 comments on commit f3de288

Please sign in to comment.