Swap icons for warnings list
This commit is contained in:
parent
ce59706582
commit
10ae4afd90
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue