mirror of
				https://github.com/bspeice/itcs4180
				synced 2025-11-04 02:10:32 -05:00 
			
		
		
		
	And now the riddleImageURL is being pulled from the DB correctly.
This commit is contained in:
		@ -78,6 +78,7 @@ public class LocationDatabaseHelper extends SQLiteOpenHelper {
 | 
				
			|||||||
			location.setLocationLong(c.getDouble(3));
 | 
								location.setLocationLong(c.getDouble(3));
 | 
				
			||||||
			location.setLocationLat(c.getDouble(4));
 | 
								location.setLocationLat(c.getDouble(4));
 | 
				
			||||||
			location.setKey(c.getString(5));
 | 
								location.setKey(c.getString(5));
 | 
				
			||||||
 | 
								location.setRiddleImageUrl(c.getString(6));
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		return location;
 | 
							return location;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user