import TIntArrayList
This commit is contained in:
parent
94ab99301b
commit
045e9f894b
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,7 @@ import net.osmand.plus.activities.SettingsActivity;
|
||||||
import net.osmand.plus.activities.TransportRouteHelper;
|
import net.osmand.plus.activities.TransportRouteHelper;
|
||||||
import net.osmand.plus.poi.PoiLegacyFilter;
|
import net.osmand.plus.poi.PoiLegacyFilter;
|
||||||
import net.osmand.plus.views.OsmandMapTileView;
|
import net.osmand.plus.views.OsmandMapTileView;
|
||||||
|
import gnu.trove.list.array.TIntArrayList;
|
||||||
import net.osmand.render.RenderingRuleProperty;
|
import net.osmand.render.RenderingRuleProperty;
|
||||||
import net.osmand.render.RenderingRuleStorageProperties;
|
import net.osmand.render.RenderingRuleStorageProperties;
|
||||||
import net.osmand.render.RenderingRulesStorage;
|
import net.osmand.render.RenderingRulesStorage;
|
||||||
|
@ -282,6 +283,8 @@ public class ConfigureMapMenu {
|
||||||
if (mapContext != null) {
|
if (mapContext != null) {
|
||||||
mapContext.updateMapSettings();
|
mapContext.updateMapSettings();
|
||||||
}
|
}
|
||||||
|
adapter.setItemDescription(pos, activity.getMyApplication().getSettings().MAP_DENSITY.get());
|
||||||
|
ad.notifyDataSetInvalidated()
|
||||||
dialog.dismiss();
|
dialog.dismiss();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue