Fix history fragment
This commit is contained in:
parent
6f7e2cb380
commit
ff46f49509
1 changed files with 1 additions and 1 deletions
|
@ -232,8 +232,8 @@ public class MapMarkersHistoryFragment extends Fragment implements MapMarkersHel
|
|||
}
|
||||
|
||||
void updateAdapter() {
|
||||
adapter.createHeaders();
|
||||
if (adapter != null) {
|
||||
adapter.createHeaders();
|
||||
adapter.notifyDataSetChanged();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue