mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 20:56:15 +02:00
Fixes formatting
This commit is contained in:
@@ -315,7 +315,6 @@ private fun AddPollButton(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
private fun AddLnInvoiceButton(
|
private fun AddLnInvoiceButton(
|
||||||
isLnInvoiceActive: Boolean,
|
isLnInvoiceActive: Boolean,
|
||||||
|
@@ -560,7 +560,10 @@ private fun DrawAdditionalInfo(baseUser: User, account: Account, accountViewMode
|
|||||||
|
|
||||||
if (zapExpanded) {
|
if (zapExpanded) {
|
||||||
Row(verticalAlignment = Alignment.CenterVertically, modifier = Modifier.padding(vertical = 5.dp)) {
|
Row(verticalAlignment = Alignment.CenterVertically, modifier = Modifier.padding(vertical = 5.dp)) {
|
||||||
InvoiceRequest(lud16, baseUser.pubkeyHex, account,
|
InvoiceRequest(
|
||||||
|
lud16,
|
||||||
|
baseUser.pubkeyHex,
|
||||||
|
account,
|
||||||
onSuccess = {
|
onSuccess = {
|
||||||
// pay directly
|
// pay directly
|
||||||
if (account.hasWalletConnectSetup()) {
|
if (account.hasWalletConnectSetup()) {
|
||||||
|
Reference in New Issue
Block a user