Skip to content

Commit 0387bd7

Browse files
committed
fix : Conflict 후 에러 수정
1 parent c7d6be2 commit 0387bd7

File tree

3 files changed

+2
-117
lines changed

3 files changed

+2
-117
lines changed

presentation/src/main/java/com/stop/ui/map/MapFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class MapFragment : Fragment(), MapHandler {
164164
tMap.makeMarker(
165165
PLACE_MARKER,
166166
PLACE_MARKER_IMG,
167-
currentTMapPoint
167+
currentTmapPoint
168168
)
169169
}
170170
}

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

Lines changed: 0 additions & 115 deletions
This file was deleted.

presentation/src/main/res/navigation/nav_graph.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:app="http://schemas.android.com/apk/res-auto"
44
xmlns:tools="http://schemas.android.com/tools"
55
android:id="@+id/nav_graph"
6-
app:startDestination="@id/alarmSetting">
6+
app:startDestination="@id/mapFragment">
77

88
<fragment
99
android:id="@+id/mapFragment"

0 commit comments

Comments
 (0)