Skip to content

Commit

Permalink
Merge branch 'develop' into onboarding_wiki_issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitGupta121 authored Oct 30, 2023
2 parents f197fe3 + 6ac4f9c commit 6e60248
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,10 @@ class SurveyFragmentPresenter @Inject constructor(

private fun subscribeToCurrentQuestion() {
ephemeralQuestionLiveData.observe(
fragment,
{
processEphemeralQuestionResult(it)
}
)
fragment.viewLifecycleOwner
) {
processEphemeralQuestionResult(it)
}
}

private fun processEphemeralQuestionResult(result: AsyncResult<EphemeralSurveyQuestion>) {
Expand Down

0 comments on commit 6e60248

Please sign in to comment.