fix(home): update PairedHomePreview to BOTH_ANSWERED state
This commit is contained in:
parent
cbffaeca9f
commit
611481786f
|
|
@ -1745,7 +1745,7 @@ fun PairedHomePreviewScreen(onNavigate: (String) -> Unit = {}) {
|
|||
category = "emotional_intimacy",
|
||||
depthLevel = 2
|
||||
),
|
||||
dailyQuestionState = DailyQuestionState.PARTNER_ANSWERED_USER_PENDING,
|
||||
dailyQuestionState = DailyQuestionState.BOTH_ANSWERED,
|
||||
hasPartnerAnsweredToday = true,
|
||||
partnerAnsweredQuestionId = "demo",
|
||||
answerStats = HomeAnswerStats(total = 24, revealed = 18, private = 6),
|
||||
|
|
|
|||
Loading…
Reference in New Issue