We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0372486 commit 311c4fcCopy full SHA for 311c4fc
app/src/main/java/to/bitkit/ui/screens/wallets/send/SendAmountScreen.kt
@@ -103,7 +103,7 @@ fun SendAmountScreen(
103
onClickMax = { maxSats ->
104
if (uiState.lnurl == null) {
105
app?.toast(
106
- type = Toast.ToastType.WARNING,
+ type = Toast.ToastType.INFO,
107
title = context.getString(R.string.wallet__send_max_spending__title),
108
description = context.getString(R.string.wallet__send_max_spending__description)
109
)
0 commit comments