@Override
 public boolean beforeClose() {
   rewardsItemStoreListPresenter.unbind();
   return true;
 }