Skip to content

Commit 83513c7

Browse files
committed
fix : conflict 해결
1 parent b928fa5 commit 83513c7

File tree

1 file changed

+1
-1
lines changed
  • presentation/src/main/java/com/stop/ui/util

1 file changed

+1
-1
lines changed

presentation/src/main/java/com/stop/ui/util/Marker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import com.stop.R
55

66
object Marker {
77
const val PLACE_MARKER = "place_marker"
8-
const val PLACE_MARKER_IMG = R.drawable.ic_point_marker
8+
const val PLACE_MARKER_IMG = R.drawable.ic_place_marker
99

1010
const val PERSON_MARKER = "person_marker"
1111
const val PERSON_MARKER_IMG = R.drawable.ic_person_marker

0 commit comments

Comments
 (0)