Skip to content

Commit 311c4fc

Browse files
committed
fix(send): change reserve balance toast from warn to info type
1 parent 0372486 commit 311c4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/ui/screens/wallets/send/SendAmountScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ fun SendAmountScreen(
103103
onClickMax = { maxSats ->
104104
if (uiState.lnurl == null) {
105105
app?.toast(
106-
type = Toast.ToastType.WARNING,
106+
type = Toast.ToastType.INFO,
107107
title = context.getString(R.string.wallet__send_max_spending__title),
108108
description = context.getString(R.string.wallet__send_max_spending__description)
109109
)

0 commit comments

Comments
 (0)