mirror of
				https://github.com/bspeice/itcs4180
				synced 2025-11-03 18:00:37 -05:00 
			
		
		
		
	Or maybe it does. Teach me to test everything...
This commit is contained in:
		@ -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);
 | 
			
		||||
				}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user