You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to scan a QR code from Google Authenticator, but I got a 'FormatReaderException' error.
Used was this Function:
QRCodeReader().decode(bitmap);
My code successfully scanned other QR codes generated by Google Authenticator or other apps.
Only this code didn't worked for me.
Other QR scanners had no issues reading this code.
The text was updated successfully, but these errors were encountered:
I tried to scan a QR code from Google Authenticator, but I got a 'FormatReaderException' error.
Used was this Function:
QRCodeReader().decode(bitmap);
My code successfully scanned other QR codes generated by Google Authenticator or other apps.
Only this code didn't worked for me.
Other QR scanners had no issues reading this code.
The text was updated successfully, but these errors were encountered: