Merge branch 'master' of github.com:osmandapp/Osmand
This commit is contained in:
commit
04f174d4d9
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ public class WaypointHelper {
|
|||
return uiCtx.getResources().getDrawable(R.drawable.list_warnings_traffic_calming);
|
||||
}
|
||||
} else if(((AlarmInfo) point).getType().toString() == "TOLL_BOOTH") {
|
||||
return uiCtx.getResources().getDrawable(R.drawable.mx_barrier_toll_booth);
|
||||
return uiCtx.getResources().getDrawable(R.drawable.mx_toll_booth);
|
||||
} else if(((AlarmInfo) point).getType().toString() == "STOP") {
|
||||
return uiCtx.getResources().getDrawable(R.drawable.list_stop);
|
||||
} else if(((AlarmInfo) point).getType().toString() == "PEDESTRIAN") {
|
||||
|
|
Loading…
Reference in a new issue