mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-30 14:23: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
|
|
@ -12,10 +12,10 @@ import android.view.Menu;
|
|||
import android.view.MenuInflater;
|
||||
import android.view.MenuItem;
|
||||
|
||||
import fr.free.nrw.commons.theme.BaseAppCompatActivity;
|
||||
import fr.free.nrw.commons.theme.BaseActivity;
|
||||
import fr.free.nrw.commons.R;
|
||||
|
||||
public class NearbyActivity extends BaseAppCompatActivity {
|
||||
public class NearbyActivity extends BaseActivity {
|
||||
|
||||
private MyLocationListener myLocationListener;
|
||||
private LocationManager locationManager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue