Skip to content

Commit 0a25d0a

Browse files
committed
SpendingBalanceReadyToast
1 parent ce80175 commit 0a25d0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ class AppViewModel @Inject constructor(
333333
type = Toast.ToastType.LIGHTNING,
334334
title = context.getString(R.string.lightning__channel_opened_title),
335335
description = context.getString(R.string.lightning__channel_opened_msg),
336+
testTag = "SpendingBalanceReadyToast",
336337
)
337338
}
338339

0 commit comments

Comments
 (0)