mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
Rename BaseAppCompatActivity to BaseActivity
This commit is contained in:
parent
8cc51c4dd9
commit
7d4dc12f53
6 changed files with 11 additions and 11 deletions
|
|
@ -7,7 +7,7 @@ import android.support.v7.app.AppCompatActivity;
|
|||
|
||||
import fr.free.nrw.commons.R;
|
||||
|
||||
public class BaseAppCompatActivity extends AppCompatActivity {
|
||||
public class BaseActivity extends AppCompatActivity {
|
||||
boolean currentTheme;
|
||||
|
||||
@Override
|
||||
Loading…
Add table
Add a link
Reference in a new issue