Whitespace
This commit is contained in:
parent
f2f5e27f80
commit
6065d44c9a
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ public class DownloadedRegionsLayer extends OsmandMapLayer {
|
|||
public void layerOnPostExecute() {
|
||||
view.refreshMap();
|
||||
}
|
||||
|
||||
public boolean queriedBoxContains(final RotatedTileBox queriedData, final RotatedTileBox newBox) {
|
||||
if (newBox.getZoom() < ZOOM_TO_SHOW_BORDERS) {
|
||||
if (queriedData != null && queriedData.getZoom() < ZOOM_TO_SHOW_BORDERS) {
|
||||
|
|
Loading…
Reference in a new issue