Fix keyboard sticking issues

Changelog-Fixed: Fix keyboard sticking issues
Closes: #763
This commit is contained in:
OlegAba
2023-03-08 21:50:02 -05:00
committed by William Casarin
parent 6b6743fcbb
commit 094ac34135

View File

@@ -148,6 +148,7 @@ struct CustomizeZapView: View {
self.invoice = inv
self.showing_wallet_selector = true
} else {
end_editing()
open_with_wallet(wallet: get_default_wallet(state.pubkey).model, invoice: inv)
self.showing_wallet_selector = false
dismiss()