File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/src/main/java/to/bitkit/ui/screens/wallets/receive Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import androidx.compose.foundation.background
1010import androidx.compose.foundation.layout.Arrangement
1111import androidx.compose.foundation.layout.Box
1212import androidx.compose.foundation.layout.Column
13- import androidx.compose.foundation.layout.PaddingValues
1413import androidx.compose.foundation.layout.Row
1514import androidx.compose.foundation.layout.Spacer
1615import androidx.compose.foundation.layout.fillMaxHeight
@@ -561,9 +560,9 @@ enum class CopyAddressType { ONCHAIN, LIGHTNING }
561560@Composable
562561private 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
You can’t perform that action at this time.
0 commit comments