Fix qrDecoder for Android
This commit is contained in:
parent
0eda42f29f
commit
1c1a82696b
1 changed files with 3 additions and 1 deletions
|
@ -87,7 +87,9 @@ It's okay as long as it's from someone you trust.")
|
|||
|
||||
clickedFunction: function() {
|
||||
ImportController.startDecodingQr()
|
||||
goToPage(PageEnum.PageSetupWizardQrReader)
|
||||
if (Qt.platform.os === "ios") {
|
||||
goToPage(PageEnum.PageSetupWizardQrReader)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue