Ejemplo n.º 1
0
 private void doOnAuthorClicked(Comment comment) {
   if (commentActionListener != null) commentActionListener.onCommentAuthorClicked(comment);
 }