mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	Finished removing coupling between classes around the getInstance() method.
This commit is contained in:
		
							parent
							
								
									dbcbeed822
								
							
						
					
					
						commit
						ed1ae98d8e
					
				
					 18 changed files with 154 additions and 125 deletions
				
			
		|  | @ -10,6 +10,7 @@ import fr.free.nrw.commons.CommonsApplication; | |||
| import fr.free.nrw.commons.auth.WikiAccountAuthenticatorService; | ||||
| import fr.free.nrw.commons.contributions.ContributionsSyncAdapter; | ||||
| import fr.free.nrw.commons.modifications.ModificationsSyncAdapter; | ||||
| import fr.free.nrw.commons.upload.UploadService; | ||||
| 
 | ||||
| @Singleton | ||||
| @Component(modules = { | ||||
|  | @ -24,6 +25,8 @@ public interface CommonsApplicationComponent extends AndroidInjector<CommonsAppl | |||
| 
 | ||||
|     void inject(WikiAccountAuthenticatorService service); | ||||
| 
 | ||||
|     void inject(UploadService service); | ||||
| 
 | ||||
|     void inject(ContributionsSyncAdapter syncAdapter); | ||||
| 
 | ||||
|     void inject(ModificationsSyncAdapter syncAdapter); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Paul Hawke
						Paul Hawke