Swap icons for warnings list

This commit is contained in:
Alexander Sytnyk 2018-02-06 15:07:25 +02:00
parent ce59706582
commit 10ae4afd90

View file

@ -733,9 +733,9 @@ public class WaypointHelper {
}
} else if (typeString.equals("TUNNEL")) {
if (app.getSettings().DRIVING_REGION.get().americanSigns) {
return uiCtx.getResources().getDrawable(R.drawable.list_warnings_tunnel);
} else {
return uiCtx.getResources().getDrawable(R.drawable.list_warnings_tunnel_us);
} else {
return uiCtx.getResources().getDrawable(R.drawable.list_warnings_tunnel);
}
} else {
return null;