mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-08 20:08:06 +02:00
Callback uri is not necessary
This commit is contained in:
parent
9ce14e08fd
commit
eda25b4cfe
@ -426,7 +426,7 @@ fun UpdateZapAmountDialog(
|
||||
|
||||
IconButton(onClick = {
|
||||
onClose()
|
||||
runCatching { uri.openUri("https://app.mutinywallet.com/settings/connections?callbackUri=nostr+walletconnect&name=Amethyst") }
|
||||
runCatching { uri.openUri("https://app.mutinywallet.com/settings/connections?name=Amethyst") }
|
||||
}) {
|
||||
Icon(
|
||||
painter = painterResource(R.mipmap.mutiny),
|
||||
|
Loading…
x
Reference in New Issue
Block a user