qml: clear deferred intent after processing
This commit is contained in:
@@ -243,8 +243,10 @@ Item {
|
|||||||
Connections {
|
Connections {
|
||||||
target: Daemon
|
target: Daemon
|
||||||
function onWalletLoaded() {
|
function onWalletLoaded() {
|
||||||
if (_intentUri)
|
if (_intentUri) {
|
||||||
invoiceParser.recipient = _intentUri
|
invoiceParser.recipient = _intentUri
|
||||||
|
_intentUri = ''
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user