Removed unnecessary conditions
This commit is contained in:
parent
c1287e455e
commit
f7d549e0af
1 changed files with 1 additions and 2 deletions
|
@ -194,9 +194,8 @@ public class AmenityMenuController extends MenuController {
|
|||
if (addTypes != null) {
|
||||
String region = addTypes.get("subway_region");
|
||||
if (region != null) {
|
||||
region = "subway_" + region;
|
||||
return RenderingIcons.getBigIcon(getMapActivity(), "subway_" + region);
|
||||
}
|
||||
return RenderingIcons.getBigIcon(getMapActivity(), region);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue