update of Tile- and OverlayManager need to be done async for this
This commit is contained in:
parent
0d87aabd3d
commit
e9f135b3ab
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user