implement moreDetail switch (7b): Prepare OsmandMapTileView, now use nightMode setting

This commit is contained in:
sonora 2011-08-27 23:31:09 +02:00
parent 49ec279e94
commit e9de9205e1

View file

@ -481,7 +481,7 @@ public class OsmandMapTileView extends SurfaceView implements IMapDownloaderCall
int h = getCenterPointY();
// long prev = System.currentTimeMillis();
boolean moreDetail = getSettings().SHOW_MORE_MAP_DETAIL.get();
moreDetail = getSettings().SHOW_MORE_MAP_DETAIL.get();
for (int i = 0; i < layers.size(); i++) {
try {