mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Method rename.
This commit is contained in:
parent
7740a4b7a0
commit
b5ebed9fa0
1 changed files with 2 additions and 2 deletions
|
|
@ -63,10 +63,10 @@ public class NearbyActivity extends NavigationBaseActivity {
|
||||||
checkLocationPermission();
|
checkLocationPermission();
|
||||||
bundle = new Bundle();
|
bundle = new Bundle();
|
||||||
initDrawer();
|
initDrawer();
|
||||||
initViewState();
|
initViewMode();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void initViewState() {
|
private void initViewMode() {
|
||||||
if (sharedPreferences.getBoolean(MAP_LAST_USED_PREFERENCE, false)) {
|
if (sharedPreferences.getBoolean(MAP_LAST_USED_PREFERENCE, false)) {
|
||||||
viewMode = NearbyActivityMode.MAP;
|
viewMode = NearbyActivityMode.MAP;
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue