backout unneeded fix for distance update issue in SearchHistoryFragment

This commit is contained in:
sonora 2014-12-30 10:07:19 +01:00
parent b8482c3c85
commit 40fa9e00fe

View file

@ -89,7 +89,6 @@ public class SearchHistoryFragment extends SherlockListFragment implements Sear
if (location == null) {
location = ((OsmandApplication) activity.getApplication()).getSettings().getLastKnownMapLocation();
}
locationUpdate(location);
clearButton.setVisibility(historyAdapter.isEmpty() ? View.GONE : View.VISIBLE);
}