Fix compilation
This commit is contained in:
parent
ce325a32a0
commit
1db622a99a
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ public class SearchPOIActivity extends OsmandListActivity implements OsmAndCompa
|
||||||
switch (itemId) {
|
switch (itemId) {
|
||||||
case android.R.id.home:
|
case android.R.id.home:
|
||||||
if (getIntent().hasExtra(MapActivity.INTENT_KEY_PARENT_MAP_ACTIVITY)) {
|
if (getIntent().hasExtra(MapActivity.INTENT_KEY_PARENT_MAP_ACTIVITY)) {
|
||||||
Intent newIntent = new Intent(this, app.getAppCustomization().getSearchActivity());
|
Intent newIntent = new Intent(this, SearchActivity.class);
|
||||||
if (location != null) {
|
if (location != null) {
|
||||||
newIntent.putExtra(SearchActivity.SEARCH_LAT, location.getLatitude());
|
newIntent.putExtra(SearchActivity.SEARCH_LAT, location.getLatitude());
|
||||||
newIntent.putExtra(SearchActivity.SEARCH_LON, location.getLongitude());
|
newIntent.putExtra(SearchActivity.SEARCH_LON, location.getLongitude());
|
||||||
|
|
Loading…
Reference in a new issue