fix build

This commit is contained in:
sonora 2014-12-30 23:47:59 +01:00
parent 072a12c285
commit 5c378d96dc

View file

@ -166,7 +166,7 @@ public class NavigatePointFragment extends SherlockFragment implements SearchAct
@Override
public void onResume() {
super.onResume();
private LatLon location;
LatLon location;
Intent intent = getSherlockActivity().getIntent();
if (intent != null) {
if (intent.hasExtra(SearchActivity.SEARCH_LAT) && intent.hasExtra(SearchActivity.SEARCH_LON)) {