Skip to content

Commit

Permalink
Enables Mutiny Wallet NWC
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Apr 11, 2024
1 parent d16b0f5 commit b90a572
Showing 1 changed file with 11 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,18 +424,17 @@ fun UpdateZapAmountDialog(
Modifier.weight(1f),
)

/* TODO: Find a way to open this in the PWA
IconButton(onClick = {
onClose()
runCatching { uri.openUri("https://app.mutinywallet.com/settings/connections?callbackUri=nostr+walletconnect&name=Amethyst") }
}) {
Icon(
painter = painterResource(R.mipmap.mutiny),
null,
modifier = Modifier.size(24.dp),
tint = Color.Unspecified
)
}*/
IconButton(onClick = {
onClose()
runCatching { uri.openUri("https://app.mutinywallet.com/settings/connections?callbackUri=nostr+walletconnect&name=Amethyst") }
}) {
Icon(
painter = painterResource(R.mipmap.mutiny),
null,
modifier = Modifier.size(24.dp),
tint = Color.Unspecified,
)
}

IconButton(
onClick = {
Expand Down

0 comments on commit b90a572

Please sign in to comment.