mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-11-04 00:33:55 +01:00 
			
		
		
		
	Removing unused imports
This commit is contained in:
		
							parent
							
								
									11e4fae297
								
							
						
					
					
						commit
						75060d7875
					
				
					 3 changed files with 16 additions and 21 deletions
				
			
		| 
						 | 
				
			
			@ -3,16 +3,16 @@ package fr.free.nrw.commons.auth;
 | 
			
		|||
import android.accounts.AccountAuthenticatorResponse;
 | 
			
		||||
import android.accounts.AccountManager;
 | 
			
		||||
import android.app.ProgressDialog;
 | 
			
		||||
import android.content.Intent;
 | 
			
		||||
import android.os.AsyncTask;
 | 
			
		||||
import android.os.Bundle;
 | 
			
		||||
 | 
			
		||||
import java.io.IOException;
 | 
			
		||||
 | 
			
		||||
import fr.free.nrw.commons.CommonsApplication;
 | 
			
		||||
import fr.free.nrw.commons.EventLog;
 | 
			
		||||
import fr.free.nrw.commons.R;
 | 
			
		||||
import timber.log.Timber;
 | 
			
		||||
 | 
			
		||||
import java.io.IOException;
 | 
			
		||||
 | 
			
		||||
class LoginTask extends AsyncTask<String, String, String> {
 | 
			
		||||
 | 
			
		||||
    private LoginActivity loginActivity;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue