Skip to content

Commit 9c37888

Browse files
Update presentation/src/main/java/com/stop/ui/map/MapFragment.kt
Co-authored-by: khcho226 <[email protected]>
1 parent c8aabe0 commit 9c37888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -253,7 +253,7 @@ class MapFragment : Fragment(), MapHandler {
253253

254254
fun setMissionStart() {
255255
Log.d("MissionWorker","mission 버튼 클릭")
256-
binding.root.findNavController().navigate(R.id.action_mapFragment_to_missionFragment)
256+
findNavController().navigate(R.id.action_mapFragment_to_missionFragment)
257257
}
258258

259259
companion object {

0 commit comments

Comments
 (0)