You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unam98
changed the title
[REFACTOR] 코스 그리기 / data class에서 'mode' 제거 후 따로 intent로 넘기기
[REFACTOR] 출발지 모드 선택 / data class에서 'mode' 제거 후 따로 intent로 넘기기
Oct 6, 2023
💡 Issue
SearchActivity -> DrawActivity로 넘어갈 때 어떤 mode로 넘어가는 것인지 분기 처리를 위해 data class(SearchResultEntity)에 mode라는 속성을 추가해주었습니다.
그런데 SearchResultEntity에 mode가 묶이는 게 부자연스럽다는 피드백을 받아 이를 제거하고 mode는 key 값을 다르게 주어 intent로 넘기고자 합니다.
📝 todo
The text was updated successfully, but these errors were encountered: