mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	Fix space problem of categoriesPresenter.kt
This commit is contained in:
		
							parent
							
								
									1e31497f10
								
							
						
					
					
						commit
						75ec41bdb5
					
				
					 1 changed files with 282 additions and 282 deletions
				
			
		|  | @ -28,12 +28,12 @@ import javax.inject.Singleton | |||
|  */ | ||||
| @Singleton | ||||
| class CategoriesPresenter | ||||
| @Inject | ||||
| constructor( | ||||
|     @Inject | ||||
|     constructor( | ||||
|         private val repository: UploadRepository, | ||||
|         @param:Named(CommonsApplicationModule.IO_THREAD) private val ioScheduler: Scheduler, | ||||
|         @param:Named(CommonsApplicationModule.MAIN_THREAD) private val mainThreadScheduler: Scheduler, | ||||
| ) : CategoriesContract.UserActionListener { | ||||
|     ) : CategoriesContract.UserActionListener { | ||||
|         companion object { | ||||
|             private val DUMMY: CategoriesContract.View = proxy() | ||||
|         } | ||||
|  | @ -326,4 +326,4 @@ constructor( | |||
|                     .subscribe(::selectNewCategories), | ||||
|             ) | ||||
|         } | ||||
| } | ||||
|     } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Zihan Pan
						Zihan Pan