mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	UploadCategoryAdapter.kt: corrected class definition format to meet ktlint standard
This commit is contained in:
		
							parent
							
								
									c6dd524307
								
							
						
					
					
						commit
						45103b529e
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		|  | @ -4,9 +4,7 @@ import fr.free.nrw.commons.category.CategoryItem | ||||||
| import org.jetbrains.annotations.NotNull | import org.jetbrains.annotations.NotNull | ||||||
| 
 | 
 | ||||||
| class UploadCategoryAdapter( | class UploadCategoryAdapter( | ||||||
|     onCategoryClicked: |     onCategoryClicked: @NotNull (CategoryItem) -> Unit, | ||||||
|         @NotNull() |  | ||||||
|         (CategoryItem) -> Unit, |  | ||||||
|     nearbyPlaceCategory: String?, |     nearbyPlaceCategory: String?, | ||||||
| ) : BaseDelegateAdapter<CategoryItem>( | ) : BaseDelegateAdapter<CategoryItem>( | ||||||
|         uploadCategoryDelegate(onCategoryClicked, nearbyPlaceCategory), |         uploadCategoryDelegate(onCategoryClicked, nearbyPlaceCategory), | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 tristan81
						tristan81