@Override
 public boolean handleOnResume() {
   if (mIsShowDialog && !MovieUtils.isLiveStreaming(getPlayer().getVideoType())) {
     // wait for user's operation
     return true;
   }
   if (!passDisconnectCheck()) {
     return true;
   }
   return false;
 }