Skip to content

Commit

Permalink
Fix IllegalStateException by using postValue() in clearMenuStep()
Browse files Browse the repository at this point in the history
  • Loading branch information
zwarm committed Apr 17, 2024
1 parent 6ef913e commit f980e0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ class QuickStartRepository

fun clearMenuStep() {
if (_quickStartMenuStep.value != null) {
_quickStartMenuStep.value = null
_quickStartMenuStep.postValue(null)
}
}

Expand Down

0 comments on commit f980e0d

Please sign in to comment.