mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-12 19:21:17 +02:00
Fix two crashes when scanning QR codes One crash was two due the `Context` being `null` and the other due to the camera being opened within an `AsyncTask`. Closes #583 See merge request !282