Skip to content

Commit 0adec78

Browse files
committed
chore: lint
1 parent f0de4de commit 0adec78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/java/to/bitkit/ui/screens/wallets/receive/ReceiveQrScreen.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import androidx.compose.foundation.background
1010
import androidx.compose.foundation.layout.Arrangement
1111
import androidx.compose.foundation.layout.Box
1212
import androidx.compose.foundation.layout.Column
13-
import androidx.compose.foundation.layout.PaddingValues
1413
import androidx.compose.foundation.layout.Row
1514
import androidx.compose.foundation.layout.Spacer
1615
import androidx.compose.foundation.layout.fillMaxHeight
@@ -561,9 +560,9 @@ enum class CopyAddressType { ONCHAIN, LIGHTNING }
561560
@Composable
562561
private fun CopyAddressCard(
563562
title: String,
564-
body: String? = null,
565563
address: String,
566564
type: CopyAddressType,
565+
body: String? = null,
567566
testTag: String? = null,
568567
) {
569568
val context = LocalContext.current

0 commit comments

Comments
 (0)