mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-12 01:07:46 +00:00
removes logs from previous commit
This commit is contained in:
@@ -99,7 +99,6 @@ fun DismissBackground(dismissState: SwipeToDismissBoxState) {
|
||||
val haptic = LocalHapticFeedback.current
|
||||
LaunchedEffect(key1 = dismissState.currentValue > dismissState.targetValue) {
|
||||
// doesn't run for the first time or when the list is updated.
|
||||
println("AABBCC ${dismissState.progress}")
|
||||
if (dismissState.progress > 0 && dismissState.progress < 1) {
|
||||
haptic.performHapticFeedback(HapticFeedbackType.LongPress)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user