mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	Correct NearbyResultItem label mapping for place name display (#6382)
* Fix Nearby place name missing in Nearby Place Found popup * minor change --------- Co-authored-by: Sonal Yadav <sonalyadav@Sonals-MacBook-Air.local>
This commit is contained in:
		
							parent
							
								
									ee33a9350f
								
							
						
					
					
						commit
						90ab7a2766
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -7,7 +7,7 @@ class NearbyResultItem( | |||
|     private val wikipediaArticle: ResultTuple?, | ||||
|     private val commonsArticle: ResultTuple?, | ||||
|     private val location: ResultTuple?, | ||||
|     @field:SerializedName("itemLabel") | ||||
|     @field:SerializedName("label") | ||||
|     private val label: ResultTuple?, | ||||
|     @field:SerializedName("streetAddress") private val address: ResultTuple?, | ||||
|     private val icon: ResultTuple?, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Sonal Yadav
						Sonal Yadav