Skip to content

Commit

Permalink
more fixes to digital crown
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Jul 6, 2024
1 parent 1424d1b commit 8a74903
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ open class DigitalCrownViewModel: CardViewModel {
var currentInitialOutcome = OCKOutcomeValue(initialValue)
if let latestOutcomeValue = event.outcomeFirstValue,
let initialOutcomeDouble = latestOutcomeValue.doubleValue {
if initialOutcomeDouble != initialValue {
if initialOutcomeDouble == initialValue {
currentInitialOutcome = latestOutcomeValue
}
}
Expand Down

0 comments on commit 8a74903

Please sign in to comment.