Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
a0548babd1
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ 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