光环助手V3.1 DEV(20180106-1901)测试汇总(补充)

This commit is contained in:
kehaoyuan
2018-01-09 14:07:50 +08:00
parent c01b96298d
commit c3a3060b92
11 changed files with 76 additions and 56 deletions

View File

@ -435,8 +435,6 @@ public class ShareUtils {
smsBody = "这个App可以下载各种热门卡牌手游的加速版绿色安全超级省心做日常效率提高3-5倍光环助手官网地址" + shareUrl;
break;
case askInvite:
smsBody = mTitle + " - 光环助手" + shareUrl;
break;
case askNormal:
smsBody = mTitle + " - 光环助手" + shareUrl;
break;
@ -505,7 +503,9 @@ public class ShareUtils {
shortMessageSahre();
break;
case 6:
if (mShareType != ShareType.shareGh) {
if (mShareType == ShareType.askInvite || mShareType == ShareType.askNormal) {
copyLink(mTitle + " - 光环助手" + shareUrl);
} else if (mShareType != ShareType.shareGh) {
copyLink(shareUrl);
} else {
Intent data = IntentUtils.getEmailToGHIntent();