Exemplo n.º 1
0
 private void doAnswer(Comment comment) {
   if (commentActionListener != null) commentActionListener.onAnswerClicked(comment);
 }