jennisuever / static_recall

Here is the initial pushed repository for our app!
0 stars 3 forks source link

Null Pointer Exception from ItemInfoScreen. #38

Open MegaJ opened 8 years ago

MegaJ commented 8 years ago

from the line: originalCategory.removeItem(foundItem);

process: yiwejeje.staticrecallapp, PID: 19492 java.lang.NullPointerException: Attempt to invoke virtual method 'boolean yiwejeje.staticrecallapp.Model.ItemCategory.removeItem(yiwejeje.staticrecallapp.Model.Item)' on a null object reference at yiwejeje.staticrecallapp.Activity.ItemInfoScreen$3$1.onClick(ItemInfoScreen.java:166)

But it probably isn't line 166 anymore

MegaJ commented 8 years ago

This existed when I was able to delete categories from the expandable list view. But that functionality currently doesn't exist in the project.