commit fe6543872fe25e6cef98ec0d9a362853858a5abb
parent f861958b275347fabe058a258e924f2d76eed63f
Author: Iván Ávalos <avalos@disroot.org>
Date: Wed, 29 Apr 2026 23:44:11 +0200
[wallet] add taler:// placeholder to enter URI dialog
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/wallet/src/main/java/net/taler/wallet/main/MainScreen.kt b/wallet/src/main/java/net/taler/wallet/main/MainScreen.kt
@@ -442,6 +442,7 @@ fun UriInputDialog(
label = { Text(stringResource(R.string.enter_uri_label)) },
isError = error != null,
supportingText = error?.let { { Text(it) } },
+ placeholder = { Text(stringResource(R.string.enter_uri_prefix)) },
keyboardOptions = KeyboardOptions(imeAction = ImeAction.Done),
trailingIcon = {
IconButton(onClick = {