We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
图一109行当解析bitmap时会将mbitmap置空
图二随后处理时则因为mbitmap为空会直接调用144行的qrCodeView.onPostParseData(result)
这时如果扫描结果为空的话就不会进行回调了
The text was updated successfully, but these errors were encountered: