We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d697c commit 2b354fbCopy full SHA for 2b354fb
1 file changed
presentation/src/main/java/com/threegap/bitnagil/presentation/recommendroutine/RecommendRoutineScreen.kt
@@ -189,7 +189,10 @@ private fun RecommendRoutineScreen(
189
) { routine ->
190
RecommendRoutineItem(
191
routine = routine,
192
- onAddRoutineClick = { onRegisterRoutineClick(routine.id.toString()) },
+ onAddRoutineClick = {
193
+ // todo 추천 카테고리 같이 넘겨주기
194
+ onRegisterRoutineClick(routine.id.toString())
195
+ },
196
)
197
}
198
0 commit comments