Skip to content

Commit

Permalink
Fix Small Bug on Tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
KreitinnSoftware committed Feb 6, 2025
1 parent 11082b2 commit 6fc0c9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ class MainActivity : AppCompatActivity() {
}

private fun showHighlightSequence() {
currentState = HighlightState.HIGHLIGHT_SHORTCUTS
currentState = HighlightState.fromOrdinal(preferences!!.getInt(HighlightState.HIGHLIGHT_PREFERENCE_KEY, 0))
if (currentState == HighlightState.HIGHLIGHT_DONE) {
return
}
Expand Down

0 comments on commit 6fc0c9a

Please sign in to comment.