Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
79a50da0d0
1 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,9 @@ public class PointLocationLayer extends OsmandMapLayer {
|
|||
|
||||
@Override
|
||||
public void onDraw(Canvas canvas, RotatedTileBox box, DrawSettings nightMode) {
|
||||
if(box.getZoom() < 3) {
|
||||
return;
|
||||
}
|
||||
// draw
|
||||
boolean nm = nightMode != null && nightMode.isNightMode();
|
||||
if(nm != this.nm) {
|
||||
|
|
Loading…
Reference in a new issue