Commit Graph
3 Commits
Author SHA1 Message Date
Ishan Khanna f3fd3c464c Merge remote-tracking branch 'upstream/development' into development 2015-03-04 02:20:08 +05:30
Ishan Khanna f5b877ca22 Fixed Submodules 2015-03-04 02:19:59 +05:30
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