mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Corrected code style issue.
This commit is contained in:
parent
0b01efa2c3
commit
47adcbc5e4
1 changed files with 1 additions and 2 deletions
|
|
@ -333,8 +333,7 @@ public class NearbyActivity extends NavigationBaseActivity {
|
||||||
bundle.putString("CurLatLng", gsonCurLatLng);
|
bundle.putString("CurLatLng", gsonCurLatLng);
|
||||||
|
|
||||||
// Begin the transaction
|
// Begin the transaction
|
||||||
if (viewMode == NearbyActivityMode.MAP)
|
if (viewMode == NearbyActivityMode.MAP) {
|
||||||
{
|
|
||||||
setMapFragment();
|
setMapFragment();
|
||||||
} else {
|
} else {
|
||||||
setListFragment();
|
setListFragment();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue