1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
This commit is contained in:
brunobar79 2018-07-31 18:32:14 -04:00
parent 710b4e294f
commit caa9e202cf

View File

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