mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-20 01:50:56 +02:00
Fixes formatting
This commit is contained in:
@@ -315,7 +315,6 @@ private fun AddPollButton(
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@Composable
|
||||
private fun AddLnInvoiceButton(
|
||||
isLnInvoiceActive: Boolean,
|
||||
|
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user