mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Method rename.
This commit is contained in:
parent
71d6ad1362
commit
d73cbfc8c9
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