Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-01-01 15:08:28 +01:00
commit d3a3c264bf

View file

@ -76,6 +76,12 @@ public class DashFavoritesFragment extends DashBaseFragment {
updateLocation(location);
}
setupFavorites();
//Ckeck if this fixes that lists are empty when returning from the map screen
View view = getView();
if (view != null) {
view.invalidate();
}
}