diff --git a/OsmAnd/src/net/osmand/plus/dashboard/DashFavoritesFragment.java b/OsmAnd/src/net/osmand/plus/dashboard/DashFavoritesFragment.java index 5a2cc1b00e..eaab2b78c3 100644 --- a/OsmAnd/src/net/osmand/plus/dashboard/DashFavoritesFragment.java +++ b/OsmAnd/src/net/osmand/plus/dashboard/DashFavoritesFragment.java @@ -144,8 +144,6 @@ public class DashFavoritesFragment extends DashBaseFragment { }); favorites.addView(view); } - //Check if this fixes that lists are empty when returning from the map screen - mainView.invalidate(); } private void updateArrows() {