fix: build warnings

This commit is contained in:
particle-box
2026-01-28 00:49:47 +05:30
parent 79d1f9098a
commit ca35f68e88
2 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
## v1.2.5
- Fix: Prevent snap replay/missed audio voice call(tq to RSR)
- New: Call Recording UI(tq to RSR)
- Fix: weird Search bar behaviour in overlay
- New: wrong architecture detector
- Fix: Arabic Translation(tq to RSR)
- New: Fresh look of PurrAura Indicator(tq to RSR)
- Fix: no such directory auto patcher
- New: Auto Mapper for Manage Friend List(tq to RSR)
- Fix: remove audio note duration & transcription(tq to RSR)
- Fix: Missing translations
## v1.2.0
- Fix: Prevent snap replay/missed audio voice call(thanks to RSR)
- Fix: Various messaging fixes for newer snap versions(thanks to RSR)

View File

@@ -205,15 +205,18 @@ class InAppOverlay(
-1 at -deviceWidth.toFloat()
0 at 0f
1 at deviceWidth.toFloat()
},
confirmValueChange = {
if (it == 0) return@AnchoredDraggableState true
toast.visible = false
true
}
)
}
val flingBehavior = AnchoredDraggableDefaults.flingBehavior(draggableState)
LaunchedEffect(draggableState) {
snapshotFlow { draggableState.currentValue }
.collect { value ->
if (value != 0) {
toast.visible = false
}
}
}
Box(
modifier = Modifier