Skip to content

Fix NPE when stopping KeyAgreementTask, improve thread safety

akwizgran requested to merge 696-npe-key-agreement-task into master

This branch fixes #696 (closed) and improves the thread safety of the camera code, mostly by adding @UiThread annotations and occasionally by moving stuff onto the UI thread that might have happened on other threads before.

Closes #696 (closed)

Merge request reports