Fixes formatting

This commit is contained in:
Vitor Pamplona 2023-04-06 11:56:23 -04:00
parent 8344274011
commit 7012d949c2
2 changed files with 4 additions and 2 deletions

View File

@ -315,7 +315,6 @@ private fun AddPollButton(
}
}
@Composable
private fun AddLnInvoiceButton(
isLnInvoiceActive: Boolean,

View File

@ -560,7 +560,10 @@ private fun DrawAdditionalInfo(baseUser: User, account: Account, accountViewMode
if (zapExpanded) {
Row(verticalAlignment = Alignment.CenterVertically, modifier = Modifier.padding(vertical = 5.dp)) {
InvoiceRequest(lud16, baseUser.pubkeyHex, account,
InvoiceRequest(
lud16,
baseUser.pubkeyHex,
account,
onSuccess = {
// pay directly
if (account.hasWalletConnectSetup()) {