Skip to content

Commit 61215b5

Browse files
committed
feat: navigate back
1 parent eb78bb6 commit 61215b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/to/bitkit/ui/screens/wallets/receive/ReceiveQrScreen.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ fun ReceiveQrSheet(
162162
onBack = { navController.popBackStack() },
163163
updateInvoice = { sats, description ->
164164
wallet.updateQr(amountSats = sats, description = description)
165+
navController.popBackStack()
165166
}
166167
)
167168
}

0 commit comments

Comments
 (0)