add TODO comtent, needs debuggoing later
This commit is contained in:
parent
5d8abca7bc
commit
1a310463b3
1 changed files with 1 additions and 0 deletions
|
@ -670,6 +670,7 @@ public class WaypointHelper {
|
|||
} else if(type == FAVORITES || type == WAYPOINTS) {
|
||||
return FavoriteImageDrawable.getOrCreate(uiCtx, point.getColor());
|
||||
} else if(type == ALARMS) {
|
||||
//TODO: Looks like this does not work yet, not sure why:
|
||||
if(RenderingIcons.containsBigIcon("list_" + ((AlarmInfo) point).getType().toString().toLowerCase())) {
|
||||
return uiCtx.getResources().getDrawable(RenderingIcons.getBigIconResourceId("list_" + ((AlarmInfo) point).getType().toString().toLowerCase()));
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue