diff --git a/OsmAnd/src/net/osmand/plus/dashboard/DashFavoritesFragment.java b/OsmAnd/src/net/osmand/plus/dashboard/DashFavoritesFragment.java index 4235adc70f..0cb69baaca 100644 --- a/OsmAnd/src/net/osmand/plus/dashboard/DashFavoritesFragment.java +++ b/OsmAnd/src/net/osmand/plus/dashboard/DashFavoritesFragment.java @@ -71,10 +71,7 @@ public class DashFavoritesFragment extends DashBaseFragment { } else { location = getLocationProvider().getLastKnownLocation(); } - //Use map center as origin if no position known - if (location == null) { - location = getMyApplication().getSettings().getLastKnownMapLocation(); - } + //TODO: Sufficient to use LatLon map center as origin if no position known! updateLocation(location); } setupFavorites();