backout unneeded fix for distance update issue in SearchHistoryFragment
This commit is contained in:
parent
b8482c3c85
commit
40fa9e00fe
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue