ftylitak / qzxing

Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
Apache License 2.0
614 stars 338 forks source link

Fix application crashes when activate application after deactivating #238

Closed dedkovd closed 1 year ago

dedkovd commented 1 year ago

How to reproduce: open the QZXingLive example on Android, switch to another app, switch to the QZXingLive example (or turn off then turn on the device screen) - the app will crash. Frame readability check fixes this issue.