增加首页-发现和修复部分汇总

This commit is contained in:
kehaoyuan
2018-01-09 21:22:12 +08:00
parent c3a3060b92
commit 68f7b0f20f
39 changed files with 634 additions and 140 deletions

View File

@ -103,7 +103,7 @@ public abstract class BaseActivity extends BaseToolBarActivity implements EasyPe
public void showShare(String url, String icon, String shareTitle, String shareSummary, ShareUtils.ShareType shareType) {
ShareUtils.getInstance(this).showShareWindows(getWindow().getDecorView(), url, icon, shareTitle, shareSummary, shareType);
ShareUtils.getInstance(this).showShareWindows(this, getWindow().getDecorView(), url, icon, shareTitle, shareSummary, shareType);
if (shareType == ShareUtils.ShareType.game || shareType == ShareUtils.ShareType.plugin) {
DataUtils.onEvent(this, "内容分享", shareTitle + shareSummary);