소스 검색

article share to friend cycle should pass the title

hanjing 7 년 전
부모
커밋
4e38e21578
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/src/main/java/com/sheep/gamegroup/view/fragment/FgtArticleComment.java

+ 1 - 1
app/src/main/java/com/sheep/gamegroup/view/fragment/FgtArticleComment.java

@@ -103,7 +103,7 @@ public class FgtArticleComment extends BaseListFragment3<UserComment> implements
                         if(article == null){
                             Jump2View.getInstance().tryShare(activity, "find_share_url", "find_id", article_id);
                         } else {
-                            Jump2View.getInstance().tryShare(activity, "find_share_url", "find_id", article_id, article.getDes());
+                            Jump2View.getInstance().tryShare(activity, "find_share_url", "find_id", article_id, article.getTitle());
                         }
                     }
                 });