fix build
This commit is contained in:
parent
072a12c285
commit
5c378d96dc
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ public class NavigatePointFragment extends SherlockFragment implements SearchAct
|
||||||
@Override
|
@Override
|
||||||
public void onResume() {
|
public void onResume() {
|
||||||
super.onResume();
|
super.onResume();
|
||||||
private LatLon location;
|
LatLon location;
|
||||||
Intent intent = getSherlockActivity().getIntent();
|
Intent intent = getSherlockActivity().getIntent();
|
||||||
if (intent != null) {
|
if (intent != null) {
|
||||||
if (intent.hasExtra(SearchActivity.SEARCH_LAT) && intent.hasExtra(SearchActivity.SEARCH_LON)) {
|
if (intent.hasExtra(SearchActivity.SEARCH_LAT) && intent.hasExtra(SearchActivity.SEARCH_LON)) {
|
||||||
|
|
Loading…
Reference in a new issue