Update constant
This commit is contained in:
parent
ff236c7d81
commit
98f0823bbb
1 changed files with 1 additions and 1 deletions
|
@ -880,7 +880,7 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
|
|||
|
||||
public void setCurrentViewport(RotatedTileBox viewport) {
|
||||
currentViewport = viewport;
|
||||
refreshMap();
|
||||
refreshMap(true);
|
||||
}
|
||||
|
||||
public Bitmap getBufferBitmap() {
|
||||
|
|
Loading…
Reference in a new issue