Exemple #1
0
 @Override
 public void updatePartialSync() {
   stories.requery();
   readingAdapter.notifyDataSetChanged();
   this.enableOverlays();
   checkStoryCount(pager.getCurrentItem());
 }
Exemple #2
0
 @Override
 public void updateAfterSync() {
   setSupportProgressBarIndeterminateVisibility(false);
   stories.requery();
   readingAdapter.notifyDataSetChanged();
   this.enableOverlays();
   checkStoryCount(pager.getCurrentItem());
 }