Redth / ZXing.Net.Maui

Barcode Scanning for MAUI?
MIT License
437 stars 146 forks source link

"Trying to create LifecycleCamera with destroyed lifecycle." #129

Open Zwetschgenfleck opened 1 year ago

Zwetschgenfleck commented 1 year ago

Hi,

on Android (13) I get this java.lang.IllegalArgumentException "Trying to create LifecycleCamera with destroyed lifecycle." when navigating to the page where this is being used:

xmlns:controls="clr-namespace:ZXing.Net.Maui.Controls;assembly=ZXing.Net.MAUI.Controls"

Any suggestions where this comes from and how to solve this? iOS is running fine.

Thx!