mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +01:00 
			
		
		
		
	Modify getDescription to fix "?" desc bug
This commit is contained in:
		
							parent
							
								
									da63f31017
								
							
						
					
					
						commit
						5a92ec64df
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -413,7 +413,7 @@ public class NearbyMapFragment extends android.support.v4.app.Fragment { | |||
|         }); | ||||
| 
 | ||||
|         icon.setImageResource(place.getDescription().getIcon()); | ||||
|         description.setText(place.getDescription().getText()); | ||||
|         description.setText(place.getLongDescription()); | ||||
|         title.setText(place.name.toString()); | ||||
|         distance.setText(place.distance.toString()); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 misaochan
						misaochan