set setNotifyOnChange(true) again in SplitSegmentFragment

This commit is contained in:
sonora 2017-08-13 08:45:54 +02:00
parent f554b9efaa
commit 275ae43d5c

View file

@ -213,6 +213,7 @@ public class SplitSegmentFragment extends OsmAndListFragment {
adapter.add(overviewSegments);
List<GpxDisplayItem> splitSegments = getSplitSegments();
adapter.addAll(splitSegments);
adapter.setNotifyOnChange(true);
adapter.notifyDataSetChanged();
getListView().setSelection(0);
headerView.setTranslationY(0);