Credntia / MVBarcodeReader

A Barcode scanner library for Android. Uses the Google Play Services' mobile vision api for barcode detection.
Apache License 2.0
68 stars 22 forks source link

Freeze bug #13

Closed jemshit closed 7 years ago

jemshit commented 7 years ago

Hi. When "Don't keep activities" is checked in Settings->Developer Options, and i open Activity containing BarcodeCaptureFragment, i press Home button, then open Activity again. I see camera is freezed

iamMehedi commented 7 years ago

The sample app works perfectly in the scenario you described. My guess is it has something to do with the fragment not being recreated and added when the activity is coming back.

jemshit commented 7 years ago

Added fragment in onCreate of Activity

iamMehedi commented 7 years ago

Cannot reproduce. If you are still facing this issue on multiple devices then please provide sample code to reproduce the issue along with details of the device.