Fix crash rtl
This commit is contained in:
parent
b1db209a96
commit
aed5ab7140
1 changed files with 3 additions and 1 deletions
|
@ -1491,7 +1491,9 @@ public class QuickSearchDialogFragment extends DialogFragment implements OsmAndC
|
|||
limit--;
|
||||
}
|
||||
}
|
||||
addressSearchFragment.updateListAdapter(rows, false);
|
||||
if (addressSearchFragment != null) {
|
||||
addressSearchFragment.updateListAdapter(rows, false);
|
||||
}
|
||||
}
|
||||
|
||||
public void reloadHistory() {
|
||||
|
|
Loading…
Reference in a new issue