janusw / Camera.Maui

A CameraView Control for .NET Maui
MIT License
17 stars 3 forks source link

Fix an UI blocking issue on Android #23

Open janusw opened 2 months ago

janusw commented 2 months ago

This is an attempt to fix #12 and #22. It is inspired by hjam40#128, but a bit simpler (stripped down to the crucial change).

@LBoullosa @Lonnaty @jlinker7 Can anyone confirm that this resolves the blocking issue?

jlinker7 commented 2 months ago

@janusw I am not sure how quickly I will be able to test this code, but your change does line up with the pull request I originally submitted, so I believe it will correct the issue.

janusw commented 2 months ago

Ok, thanks for the feedback. I hope someone else can test it soon. Note that a nupkg is generated automatically from this PR, which should make testing easier:

https://github.com/janusw/Camera.Maui/actions/runs/8744403077#artifacts

I will not merge this PR before someone has tested it and confirms that it works.