Minor change, style

This commit is contained in:
Everton Hermann 2020-07-18 13:44:45 +02:00
parent 5d61f19511
commit 743eaf19d0
2 changed files with 2 additions and 3 deletions

View file

@ -294,7 +294,6 @@ public class OsmandAidlApi {
int zoom = intent.getIntExtra(AIDL_ZOOM, 0);
boolean animated = intent.getBooleanExtra(AIDL_ANIMATED, false);
float rotation = intent.getFloatExtra(AIDL_ROTATION, Float.NaN);
if (!Double.isNaN(lat) && !Double.isNaN(lon)) {
OsmandMapTileView mapView = mapActivity.getMapView();
if (zoom == 0) {