diff --git a/OsmAnd/src/net/osmand/plus/dashboard/DashFavoritesFragment.java b/OsmAnd/src/net/osmand/plus/dashboard/DashFavoritesFragment.java index a275929680..9068facdfe 100644 --- a/OsmAnd/src/net/osmand/plus/dashboard/DashFavoritesFragment.java +++ b/OsmAnd/src/net/osmand/plus/dashboard/DashFavoritesFragment.java @@ -58,18 +58,6 @@ public class DashFavoritesFragment extends DashBaseFragment { activity.startActivity(favorites); } }); - - if (getMyApplication().getFavorites().getFavouritePoints().size() > 0) { - if(!getMyApplication().getSettings().isLastKnownMapLocation()) { - // show first time when application ran - location = getMyApplication().getLocationProvider().getFirstTimeRunDefaultLocation(); - } else { - location = getLocationProvider().getLastKnownLocation(); - } - updateLocation(location); - } - setupFavorites(); - return view; }