File tree Expand file tree Collapse file tree
app/src/main/java/to/bitkit/ui/screens/contacts Expand file tree Collapse file tree Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments