Skip to content

Commit 2a53f69

Browse files
committed
fix: display lightning toast
1 parent f9aa8ca commit 2a53f69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class AppViewModel @Inject constructor(
225225
)
226226
} else {
227227
toast(
228-
type = Toast.ToastType.ERROR,
228+
type = Toast.ToastType.LIGHTNING,
229229
title = "Channel opened",
230230
description = "Ready to send"
231231
)

0 commit comments

Comments
 (0)