This commit is contained in:
brunobar79 2018-07-31 18:32:14 -04:00
parent 710b4e294f
commit caa9e202cf
1 changed files with 0 additions and 2 deletions

View File

@ -53,11 +53,9 @@ export default class QrScanner extends Component {
msg: this.context.t('scanInstructions'), msg: this.context.t('scanInstructions'),
}) })
}, 2000) }, 2000)
} else { } else {
// Keep checking for permissions // Keep checking for permissions
this.permissionChecker = setTimeout(_ => { this.permissionChecker = setTimeout(_ => {
console.log('[QR-SCANNER]: time to check again!')
this.checkPermisisions() this.checkPermisisions()
}, 1000) }, 1000)
} }