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 7609d64 commit 9c9394dCopy full SHA for 9c9394d
app/src/main/java/to/bitkit/ui/screens/wallets/send/SendConfirmScreen.kt
@@ -275,8 +275,6 @@ fun ContentRunning(
275
SendMethod.LIGHTNING -> LightningDescription(uiState = uiState, onEvent = onEvent)
276
}
277
278
-
279
280
if (uiState.lnurl is LnurlParams.LnurlPay) {
281
if (uiState.lnurl.data.commentAllowed()) {
282
LnurlCommentSection(uiState, onEvent)
0 commit comments