private void startLoadMore() {
   isLoadingMoreData = true;
   if (storyAdapter != null) storyAdapter.insertMoreLoading();
 }