Remove unnecessary call
This commit is contained in:
parent
c9d960387a
commit
b2e37ce455
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue