This repository has been archived by the owner on Oct 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 463
App crash on orientation change #208
Labels
Comments
I'll take a look on that today. Maybe the problem is this: if (scannerViewInitialized) {
return
} should be if (scannerView != null) {
return
} flutter_barcode_reader/android/src/main/kotlin/de/mintware/barcode_scan/BarcodeScannerActivity.kt Lines 56 to 58 in afef17d
|
Let me try this. |
subinsv
pushed a commit
to subinsv/flutter_barcode_reader
that referenced
this issue
Apr 14, 2020
subinsv
pushed a commit
to subinsv/flutter_barcode_reader
that referenced
this issue
Apr 14, 2020
subinsv
pushed a commit
to subinsv/flutter_barcode_reader
that referenced
this issue
Apr 14, 2020
Fix was delivered in https://pub.dev/packages/barcode_scan/versions/3.0.0-dev.3 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Plugin Version: 3.0.0-dev.2
Platform: Android
Device: Redmi k20 pro
Android 10
App crashes during orientation change on scanner view.
The text was updated successfully, but these errors were encountered: