@Override
 public void onRefreshEnd() {
   onRefreshEndNoOP();
   if (mAdapter.getCount() == 0) {
     mBaseView.showEmptyView();
   } else {
     mBaseView.hideEmptyView();
   }
 }