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 dcc7cba commit e561a48Copy full SHA for e561a48
app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt
@@ -1318,8 +1318,6 @@ class AppViewModel @Inject constructor(
1318
return@launch
1319
}
1320
1321
- hideSheet()
1322
-
1323
if (event is Event.PaymentReceived) {
1324
val activity = activityRepo.findActivityByPaymentId(
1325
paymentHashOrTxId = event.paymentHash,
@@ -1335,6 +1333,8 @@ class AppViewModel @Inject constructor(
1335
1333
1336
1334
1337
+ hideSheet()
+
1338
_newTransaction.update { details }
1339
showNewTransaction = true
1340
0 commit comments