afriscic / BarcodeScanning.Native.Maui

Barcode scanning library for .NET MAUI
https://www.nuget.org/packages/BarcodeScanning.Native.Maui
MIT License
162 stars 31 forks source link

try-catch when attempting to restart camera handler and during dispose #29

Closed OpterJohan-Hallberg closed 6 months ago

OpterJohan-Hallberg commented 7 months ago

Sometimes Analyze() would still attempt to call CameraViewHandler.Start() in its catch after a cameraView had been removed. This would cause a crash since CameraController in the handler had already been disposed. Also rarely in CameraView.Dispose would throw, since it had already been disposed.