Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurKun21 authored Oct 29, 2024
1 parent 335e7c4 commit d4e97c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import kotlin.time.Duration.Companion.milliseconds
import kotlin.time.Duration.Companion.seconds

fun Modifier.holdRepeatClickable(
onRepeat: (Int) -> Unit = { 0 },
onRepeat: (Int) -> Unit,
onEnd: () -> Unit,
enabled: Boolean = true
) = composed {
Expand Down

0 comments on commit d4e97c4

Please sign in to comment.