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:
@@ -413,7 +413,7 @@ ApplicationWindow
|
||||
Component {
|
||||
id: _scanDialog
|
||||
QRScanner {
|
||||
//onClosed: destroy()
|
||||
onFinished: destroy()
|
||||
}
|
||||
}
|
||||
Component {
|
||||
|
||||
Reference in New Issue
Block a user