Formatting
This commit is contained in:
parent
b061f1877e
commit
283548004a
1 changed files with 1 additions and 3 deletions
|
@ -516,7 +516,6 @@ public class SearchPOIActivity extends OsmandListActivity implements OsmAndCompa
|
||||||
updateButtonState(false);
|
updateButtonState(false);
|
||||||
navigationInfo.updateLocation(location);
|
navigationInfo.updateLocation(location);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -608,7 +607,6 @@ public class SearchPOIActivity extends OsmandListActivity implements OsmAndCompa
|
||||||
public SearchAmenityTask(net.osmand.Location location, int requestType) {
|
public SearchAmenityTask(net.osmand.Location location, int requestType) {
|
||||||
this.searchLocation = location;
|
this.searchLocation = location;
|
||||||
this.requestType = requestType;
|
this.requestType = requestType;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
net.osmand.Location getSearchedLocation() {
|
net.osmand.Location getSearchedLocation() {
|
||||||
|
|
Loading…
Reference in a new issue