Skip to content

Commit

Permalink
Merge pull request #20654 from wordpress-mobile/issue/20653-fix-quick…
Browse files Browse the repository at this point in the history
…start-illegalstateexception

Quick Start: Fix IllegalStateException
  • Loading branch information
AjeshRPai authored Apr 18, 2024
2 parents 938519b + f980e0d commit 921ce21
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 921ce21

Please sign in to comment.