1
0

Merge pull request #9073 from accumulator/android_qr_scanner_fix

qml: don't unbind/unregister the ActivityResultListener from within the ActivityResultListener handler func
This commit is contained in:
ghost43
2024-05-30 15:51:26 +00:00
committed by GitHub
2 changed files with 29 additions and 21 deletions

View File

@@ -413,7 +413,7 @@ ApplicationWindow
Component {
id: _scanDialog
QRScanner {
//onClosed: destroy()
onFinished: destroy()
}
}
Component {