Remove unnecessary call

This commit is contained in:
Victor Shcherb 2018-05-24 10:29:45 +02:00
parent c9d960387a
commit b2e37ce455

View file

@ -1977,7 +1977,6 @@ public class QuickSearchDialogFragment extends DialogFragment implements OsmAndC
LatLon latLon = null;
if (location != null) {
latLon = new LatLon(location.getLatitude(), location.getLongitude());
navigationInfo.updateLocation(location);
}
updateLocationUI(latLon, heading);
}