Skip to content

Commit

Permalink
1.fixBug: 更新数据后,未调用notifyDataSetChanged();
Browse files Browse the repository at this point in the history
  • Loading branch information
caikaidev committed Oct 30, 2016
1 parent 149d233 commit fdc57cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public void add(List<T> list){

mView.start();
mView.updatePointView(getRealCount());
notifyDataSetChanged();
}

@Override
Expand Down

0 comments on commit fdc57cd

Please sign in to comment.