Skip to content

Commit 996737b

Browse files
committed
fix : 다시 롤백
1 parent 1a53e76 commit 996737b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

presentation/src/main/java/com/stop/ui/mission/MissionFragment.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ class MissionFragment : Fragment(), MissionHandler {
141141
if (index == 1) {
142142
initMarker(userLocation)
143143
beforeLocation = userLocation
144-
personCurrentLocation = userLocation
145144
} else if (index > 1) {
146145
drawNowLocationLine(TMapPoint(userLocation.latitude, userLocation.longitude), TMapPoint(beforeLocation.latitude, beforeLocation.longitude))
147146
personCurrentLocation = userLocation

0 commit comments

Comments
 (0)