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 920b222 commit 60943a2Copy full SHA for 60943a2
app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt
@@ -704,7 +704,7 @@ data class SendUiState(
704
val description: String = "",
705
val isUnified: Boolean = false,
706
val payMethod: SendMethod = SendMethod.ONCHAIN,
707
- val selectedTags: List<String> = listOf(), // TODO save tags in other PR
+ val selectedTags: List<String> = listOf(),
708
val decodedInvoice: LightningInvoice? = null,
709
)
710
0 commit comments