コード例 #1
0
 public void onPostCommentsSelected(final RedditPreparedPost post) {
   LinkHandler.onLinkClicked(
       this, PostCommentListingURL.forPostId(post.idAlone).toString(), false);
 }
コード例 #2
0
 public void onPostSelected(final RedditPreparedPost post) {
   LinkHandler.onLinkClicked(this, post.url, false, post.src);
 }