public void onPostCommentsSelected(final RedditPreparedPost post) { LinkHandler.onLinkClicked( this, PostCommentListingURL.forPostId(post.idAlone).toString(), false); }
public void onPostSelected(final RedditPreparedPost post) { LinkHandler.onLinkClicked(this, post.url, false, post.src); }