mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-11-04 00:33:55 +01:00 
			
		
		
		
	Rename BaseAppCompatActivity to BaseActivity
This commit is contained in:
		
							parent
							
								
									8cc51c4dd9
								
							
						
					
					
						commit
						7d4dc12f53
					
				
					 6 changed files with 11 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -10,11 +10,11 @@ import android.os.Bundle;
 | 
			
		|||
 | 
			
		||||
import java.io.IOException;
 | 
			
		||||
 | 
			
		||||
import fr.free.nrw.commons.theme.BaseAppCompatActivity;
 | 
			
		||||
import fr.free.nrw.commons.theme.BaseActivity;
 | 
			
		||||
import fr.free.nrw.commons.CommonsApplication;
 | 
			
		||||
import fr.free.nrw.commons.Utils;
 | 
			
		||||
 | 
			
		||||
public abstract class AuthenticatedActivity extends BaseAppCompatActivity {
 | 
			
		||||
public abstract class AuthenticatedActivity extends BaseActivity {
 | 
			
		||||
 | 
			
		||||
    String accountType;
 | 
			
		||||
    CommonsApplication app;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,9 +8,9 @@ import android.webkit.WebView;
 | 
			
		|||
import android.webkit.WebViewClient;
 | 
			
		||||
import android.widget.Toast;
 | 
			
		||||
 | 
			
		||||
import fr.free.nrw.commons.theme.BaseAppCompatActivity;
 | 
			
		||||
import fr.free.nrw.commons.theme.BaseActivity;
 | 
			
		||||
 | 
			
		||||
public class SignupActivity extends BaseAppCompatActivity {
 | 
			
		||||
public class SignupActivity extends BaseActivity {
 | 
			
		||||
 | 
			
		||||
    private WebView webView;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue