public void setPlateAndThread(Plate plate, Thread thread) {
    this.mQuoteReply = null;
    this.mPlate = plate;
    this.mThread = thread;
    SmileyPickerUtility.showKeyBoard(editTextFastReply);
    String hint = "回复: " + thread.getTitle();

    setHint(hint);
  }