Removed unnecessary operation
This commit is contained in:
parent
a9562035be
commit
efade3626b
1 changed files with 0 additions and 1 deletions
|
@ -193,7 +193,6 @@ public class AmenityMenuController extends MenuController {
|
|||
Map<String, String> addTypes = amenity.getAdditionalInfo();
|
||||
if (addTypes != null && addTypes.containsKey("subway_region")) {
|
||||
String region = "subway_" + addTypes.get("subway_region");
|
||||
amenity.setAdditionalInfo(addTypes);
|
||||
if (RenderingIcons.containsBigIcon(region)) {
|
||||
return RenderingIcons.getBigIcon(getMapActivity(), region);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue