We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852095e commit 240447eCopy full SHA for 240447e
1 file changed
presentation/src/main/java/com/threegap/bitnagil/presentation/emotion/EmotionScreen.kt
@@ -225,6 +225,7 @@ private fun EmotionScreenPreview() {
225
emotions = Emotion.entries,
226
isLoading = false,
227
step = EmotionScreenStep.Emotion,
228
+ recommendRoutines = listOf(),
229
),
230
onClickEmotion = { _ -> },
231
onClickPreviousButton = {},
0 commit comments