Removed rendering mode from configure map settings
This commit is contained in:
parent
a34142152d
commit
af55ae3572
1 changed files with 3 additions and 1 deletions
|
@ -325,8 +325,10 @@ public class ConfigureMapMenu {
|
|||
private void createCustomRenderingProperties(final ContextMenuAdapter adapter , final MapActivity activity,
|
||||
List<RenderingRuleProperty> customRules ){
|
||||
final OsmandMapTileView view = activity.getMapView();
|
||||
final OsmandApplication app = view.getApplication();
|
||||
for (final RenderingRuleProperty p : customRules) {
|
||||
if (p.getAttrName().equals("appMode")){
|
||||
continue;
|
||||
}
|
||||
String propertyName = SettingsActivity.getStringPropertyName(view.getContext(), p.getAttrName(),
|
||||
p.getName());
|
||||
// test old descr as title
|
||||
|
|
Loading…
Reference in a new issue