Skip to content

Commit e70e9fc

Browse files
committed
chore: lint
1 parent 4eed0a3 commit e70e9fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/to/bitkit/ui/components/SwipeToConfirm.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ private val Padding = 8.dp
6363

6464
@Composable
6565
fun SwipeToConfirm(
66+
onConfirm: () -> Unit,
6667
modifier: Modifier = Modifier,
6768
text: String = stringResource(R.string.other__swipe),
6869
color: Color = Colors.Brand,
@@ -72,7 +73,6 @@ fun SwipeToConfirm(
7273
loading: Boolean = false,
7374
confirmed: Boolean = false,
7475
progress: MutableFloatState? = null,
75-
onConfirm: () -> Unit,
7676
) {
7777
val scope = rememberCoroutineScope()
7878
val trailColor = remember(color) { color.copy(alpha = 0.24f) }

0 commit comments

Comments
 (0)