We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ec947 commit 02f98b2Copy full SHA for 02f98b2
player/mobile/src/main/kotlin/dev/aaa1115910/bv/player/mobile/controller/Tips.kt
@@ -135,7 +135,7 @@ fun BrightnessTip(
135
136
val displayProgress by animateFloatAsState(
137
targetValue = progress,
138
- label = "VolumeTipProgress"
+ label = "BrightnessTipProgress"
139
)
140
val showValue by rememberUpdatedState(show)
141
var showTip by remember { mutableStateOf(false) }
@@ -226,7 +226,7 @@ fun VolumeTip(
226
}
227
228
229
- if (show) {
+ if (showTip) {
230
Box(
231
modifier = modifier
232
.fillMaxSize()
0 commit comments