光环助手V3.1 DEV(20180106-1901)测试汇总(补充)
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user