clean code for pr
This commit is contained in:
parent
b2898233d0
commit
975d2b6325
1 changed files with 0 additions and 4 deletions
|
@ -640,10 +640,6 @@ public class MapActivity extends OsmandActionBarActivity implements DownloadEven
|
|||
if (mapViewTrackingUtilities.isMapLinkedToLocation()) {
|
||||
prevActivityIntent.putExtra(SearchActivity.SEARCH_NEARBY, true);
|
||||
}
|
||||
if (prevActivityIntent.getComponent() != null
|
||||
&& prevActivityIntent.getComponent().getClassName().equals("net.osmand.plus.myplaces.FavoritesActivity")) {
|
||||
// LOG.debug("PrevVisibleDash: " + dashboardOnMap.getPreviousVisibleType().name());
|
||||
}
|
||||
this.startActivity(prevActivityIntent);
|
||||
prevActivityIntent = null;
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue