Fix history fragment

This commit is contained in:
PavelRatushnyi 2017-09-14 10:44:36 +03:00
parent 6f7e2cb380
commit ff46f49509

View file

@ -232,8 +232,8 @@ public class MapMarkersHistoryFragment extends Fragment implements MapMarkersHel
}
void updateAdapter() {
adapter.createHeaders();
if (adapter != null) {
adapter.createHeaders();
adapter.notifyDataSetChanged();
}
}