Skip to content

Commit 67c8afd

Browse files
committed
fix: close other sheets before showing received tx sheet
1 parent 04500a2 commit 67c8afd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,6 +1312,8 @@ class AppViewModel @Inject constructor(
13121312
return@launch
13131313
}
13141314

1315+
hideSheet()
1316+
13151317
if (event is Event.PaymentReceived) {
13161318
val activity = activityRepo.findActivityByPaymentId(
13171319
paymentHashOrTxId = event.paymentHash,

0 commit comments

Comments
 (0)