@Override
 protected void newMsgOnPostExecute(ListBean<MessageBean> newValue) {
   showNewMsgToastMessage(newValue);
   super.newMsgOnPostExecute(newValue);
 }