aNnYvIrUs

Results 1 comments of aNnYvIrUs

It's not a proper solution but temporary i had use boolean in onQRCodeRead method to prevent this. boolean isProcessing = false; //Inside method qrCodeReaderView.stopCamera(); if (!isProcessing) { isProcessing = true;...