Skip to content

Commit c84d5f0

Browse files
committed
remove unused
1 parent fde6844 commit c84d5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/io/github/fate_grand_automata/ui/HoldRepeatClickable.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import kotlin.time.Duration.Companion.milliseconds
2121
import kotlin.time.Duration.Companion.seconds
2222

2323
fun Modifier.holdRepeatClickable(
24-
onRepeat: (Int) -> Unit = { 0 },
24+
onRepeat: (Int) -> Unit,
2525
onEnd: () -> Unit,
2626
enabled: Boolean = true
2727
) = composed {

0 commit comments

Comments
 (0)