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 fde6844 commit c84d5f0Copy full SHA for c84d5f0
app/src/main/java/io/github/fate_grand_automata/ui/HoldRepeatClickable.kt
@@ -21,7 +21,7 @@ import kotlin.time.Duration.Companion.milliseconds
21
import kotlin.time.Duration.Companion.seconds
22
23
fun Modifier.holdRepeatClickable(
24
- onRepeat: (Int) -> Unit = { 0 },
+ onRepeat: (Int) -> Unit,
25
onEnd: () -> Unit,
26
enabled: Boolean = true
27
) = composed {
0 commit comments