Show images from yourself

Changelog-Fixed: Show images from yourself
This commit is contained in:
William Casarin
2022-12-28 14:40:32 -08:00
parent 1a28f8ca94
commit 13516dbc0a
4 changed files with 12 additions and 4 deletions

View File

@@ -57,6 +57,7 @@ struct SelectWalletView: View {
ForEach(walletItems, id: \.self) { wallet in
Button() {
if let url = URL(string: "\(wallet.link)\(invoice)"), UIApplication.shared.canOpenURL(url) {
print("opening wallet url \(url)")
openURL(url)
} else {
if let url = URL(string: wallet.appStoreLink), UIApplication.shared.canOpenURL(url) {