Fix #7433
This commit is contained in:
parent
c20a8336c7
commit
3ebd880bec
1 changed files with 1 additions and 0 deletions
|
@ -313,6 +313,7 @@ public abstract class QuickSearchListFragment extends OsmAndListFragment {
|
|||
if (listAdapter != null) {
|
||||
List<QuickSearchListItem> list = new ArrayList<>(listItems);
|
||||
if (list.size() > 0) {
|
||||
showResult = false;
|
||||
list.add(0, new QuickSearchTopShadowListItem(getMyApplication()));
|
||||
list.add(new QuickSearchBottomShadowListItem(getMyApplication()));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue