Closed monsieurtanuki closed 1 year ago
Impacted file:
QRView.kt
startScan
It fixes the crash mentioned in #643 for android users on API 23 and lower. It also potentially improved the performances.
Looks good, LGTM!
Thank you very much @juliansteenbakker for the review and the merge! (for the record it's my first kotlin PR) I hope you'll release it soon.
Impacted file:
QRView.kt
: the allowed barcode types are enforced at the start ofstartScan
, and not just filtered afterwardsIt fixes the crash mentioned in #643 for android users on API 23 and lower. It also potentially improved the performances.