Skip to content

Commit 266f923

Browse files
committed
fix: align add contact send
1 parent fa64cb4 commit 266f923

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

app/src/main/java/to/bitkit/ui/screens/contacts/AddContactScreen.kt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -457,15 +457,6 @@ private fun LoadedContent(
457457
imageUrl = profile.imageUrl,
458458
)
459459

460-
if (hasPublicPaymentEndpoint) {
461-
VerticalSpacer(24.dp)
462-
SecondaryButton(
463-
text = stringResource(R.string.wallet__send),
464-
onClick = onPay,
465-
modifier = Modifier.testTag("AddContactPay")
466-
)
467-
}
468-
469460
FillHeight()
470461

471462
BodyS(
@@ -474,6 +465,15 @@ private fun LoadedContent(
474465
)
475466
VerticalSpacer(16.dp)
476467

468+
if (hasPublicPaymentEndpoint) {
469+
SecondaryButton(
470+
text = stringResource(R.string.wallet__send),
471+
onClick = onPay,
472+
modifier = Modifier.testTag("AddContactPay")
473+
)
474+
VerticalSpacer(16.dp)
475+
}
476+
477477
Row(
478478
horizontalArrangement = Arrangement.spacedBy(16.dp),
479479
modifier = Modifier.fillMaxWidth()

0 commit comments

Comments
 (0)