Skip to content

Commit

Permalink
Update to Unknown instead of UNKNOWN
Browse files Browse the repository at this point in the history
  • Loading branch information
laiyichin committed Feb 4, 2025
1 parent f1cf28b commit cdba23a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ public data class VolumeUiState(
get() = current == min

companion object {
val UNKNOWN = VolumeUiState(current = -1, max = -1, min = -1)
val Unknown = VolumeUiState(current = -1, max = -1, min = -1)
}
}

0 comments on commit cdba23a

Please sign in to comment.