Fix dashboard fav color
This commit is contained in:
parent
8c2dc90767
commit
4c4751683d
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ public class DashFavoritesFragment extends DashLocationFragment {
|
|||
}
|
||||
|
||||
((ImageView) view.findViewById(R.id.favourite_icon)).setImageDrawable(FavoriteImageDrawable.getOrCreate(
|
||||
getActivity(), point.getColor(), false, point));
|
||||
getActivity(), app.getFavorites().getColorWithCategory(point, getResources().getColor(R.color.color_favorite)), false, point));
|
||||
DashLocationView dv = new DashLocationView(direction, label, new LatLon(point.getLatitude(),
|
||||
point.getLongitude()));
|
||||
distances.add(dv);
|
||||
|
|
Loading…
Reference in a new issue