ソースを参照

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());
                         }
                     }
                 });