mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	* Make neccesary changes * Make neccesary changes * spacing --------- Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
This commit is contained in:
		
							parent
							
								
									7a685b1241
								
							
						
					
					
						commit
						40241b4142
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -15,7 +15,7 @@ class ResultTuple { | |||
|     } | ||||
| 
 | ||||
|     constructor() { | ||||
|         language = "" | ||||
|         language = "bug" // Basa Ugi language -  TODO Respect the `Default description language` setting. | ||||
|         type = "" | ||||
|         value = "" | ||||
|     } | ||||
|  |  | |||
|  | @ -469,7 +469,7 @@ class UploadWorker( | |||
|         contribution: Contribution, | ||||
|     ) { | ||||
|         val wikiDataPlace = contribution.wikidataPlace | ||||
|         if (wikiDataPlace != null && wikiDataPlace.imageValue == null) { | ||||
|         if (wikiDataPlace != null) { | ||||
|             if (!contribution.hasInvalidLocation()) { | ||||
|                 var revisionID: Long? = null | ||||
|                 try { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Sujal
						Sujal