mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
Update ReceiveInterfaceController.swift
This commit is contained in:
parent
b1e47e942d
commit
b95c5f5a72
1 changed files with 1 additions and 1 deletions
|
@ -49,9 +49,9 @@ class ReceiveInterfaceController: WKInterfaceController {
|
|||
self?.imageInterface.setImage(image)
|
||||
WCSession.default.sendMessage(["message": "fetchTransactions"], replyHandler: nil, errorHandler: nil)
|
||||
} else {
|
||||
self?.pop()
|
||||
self?.presentAlert(withTitle: "Error", message: "Unable to create invoice. Please, make sure your iPhone is paired and nearby.", preferredStyle: .alert, actions: [WKAlertAction(title: "OK", style: .default, handler: { [weak self] in
|
||||
self?.dismiss()
|
||||
self?.pop()
|
||||
})])
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue