1.30版本 刷新方法被注释
/**
* Notifies the attached observers that the underlying data has been changed
* and any View reflecting the data set should refresh itself.
*/
public void notifyDataSetChanged() {
mDataSetObservable.notifyInited();
// mDataSetObservable.notifyChanged();
}
1.30版本 刷新方法被注释
/**
* Notifies the attached observers that the underlying data has been changed
* and any View reflecting the data set should refresh itself.
*/
public void notifyDataSetChanged() {
mDataSetObservable.notifyInited();
// mDataSetObservable.notifyChanged();
}