Merge pull request #324 from believethehype/wallet-connect

Making it clearer in which format the relay should be entered for wallet-connect
This commit is contained in:
Vitor Pamplona
2023-03-29 15:52:08 -04:00
committed by GitHub
@@ -370,7 +370,7 @@ fun UpdateZapAmountDialog(onClose: () -> Unit, account: Account) {
onValueChange = { postViewModel.walletConnectRelay = it },
placeholder = {
Text(
text = "relay.server.com",
text = "wss://relay.server.com",
color = MaterialTheme.colors.onSurface.copy(alpha = 0.32f),
maxLines = 1
)