update of Tile- and OverlayManager need to be done async for this

This commit is contained in:
Hannes Janetzek
2013-10-09 01:55:51 +02:00
parent 0d87aabd3d
commit e9f135b3ab
+2 -2
View File
@@ -280,8 +280,8 @@ public class MapView extends RelativeLayout {
if (mPausing || this.getWidth() == 0 || this.getHeight() == 0)
return;
if (changedPos)
render();
//if (changedPos)
// render();
if (AndroidUtils.currentThreadIsUiThread()) {
boolean changed = mMapViewPosition.getMapPosition(mMapPosition, null);