Merge branch '583-npe-org-briarproject-android-util-qrcodeutils-createqrcode' into 'master'

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
This commit is contained in:
akwizgran
2016-08-19 19:32:24 +00:00
5 changed files with 54 additions and 54 deletions

View File

@@ -93,6 +93,7 @@
<string name="searching_format">Searching for contact with invitation code %06d\u2026</string>
<string name="connection_failed">Connection failed</string>
<string name="could_not_find_contact">Briar could not find your contact nearby</string>
<string name="could_not_open_camera">Could not access your camera. Please try again!</string>
<string name="try_again_button">Try Again</string>
<string name="connected_to_contact">Connected to contact</string>
<string name="calculating_confirmation_code">Calculating confirmation code\u2026</string>