Skip to content

Commit

Permalink
update replay count 1 to 0. (google#2080)
Browse files Browse the repository at this point in the history
Co-authored-by: Santosh Pingle <spingle@google.com>
  • Loading branch information
2 people authored and MJ1998 committed Jul 20, 2023
1 parent 08a12e0 commit 09309bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ internal class QuestionnaireItemDialogSelectViewModel : ViewModel() {
}

private fun selectedOptionsFlow(linkId: String) =
linkIdsToSelectedOptionsFlow.getOrPut(linkId) { MutableSharedFlow(replay = 1) }
linkIdsToSelectedOptionsFlow.getOrPut(linkId) { MutableSharedFlow(replay = 0) }
}

data class SelectedOptions(
Expand Down

0 comments on commit 09309bc

Please sign in to comment.