Or maybe it does. Teach me to test everything...

master
DjBushido 2014-04-26 09:38:37 -04:00
parent a330ab9155
commit d1bc94260c
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ public class MainActivity extends Activity {
holder.name = (TextView)v.findViewById(R.id.txtName);
holder.riddle = (TextView)v.findViewById(R.id.txtRiddle);
if(!locations.get(position).getKey().equals(""))
if(locations.get(position).getKey()!=null)
{
holder.imgFound.setImageResource(R.drawable.checkbox_checked);
}