Forráskód Böngészése

article share to friend cycle should pass the title

hanjing 7 éve
szülő
commit
4e38e21578

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