kopia lustrzana https://github.com/vitorpamplona/amethyst
Fixes formatting
rodzic
8344274011
commit
7012d949c2
|
@ -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()) {
|
||||||
|
|
Ładowanie…
Reference in New Issue