@Override
 protected void removeDraft() {
   if (replyDraftBean != null) {
     DraftDBManager.getInstance().remove(replyDraftBean.getId());
   }
 }