open-keychain/OpenKeychain
Ishan Khanna 06d76ccd0c Fixes Issue #1081
The App crashed because the Adapter was trying to call a method on a
null object.

Where was the null object?
CheckBox was null because in the Layout file
view_key_adv_user_id_item.xml

There is no such widget with id = user_id_item_check_box

Fix :
I removed the two lines which were causing the bug, and now the screen
loads perfectly.
2015-03-03 14:46:28 +05:30
..
src/main Fixes Issue #1081 2015-03-03 14:46:28 +05:30
.gitignore Fix gitignore for lint 2014-04-09 16:36:28 +02:00
build.gradle Reorder build.gradle 2015-03-02 18:50:38 +01:00