Callback uri is not necessary
This commit is contained in:
@@ -426,7 +426,7 @@ fun UpdateZapAmountDialog(
|
|||||||
|
|
||||||
IconButton(onClick = {
|
IconButton(onClick = {
|
||||||
onClose()
|
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(
|
Icon(
|
||||||
painter = painterResource(R.mipmap.mutiny),
|
painter = painterResource(R.mipmap.mutiny),
|
||||||
|
|||||||
Reference in New Issue
Block a user