修复登录掉线问题,对接错误统计需求(MTA)光环助手V3.2.2需求汇总

This commit is contained in:
kehaoyuan
2018-05-11 17:31:43 +08:00
parent 665fbb0f6c
commit 6e9edabd94
8 changed files with 68 additions and 95 deletions

View File

@ -513,8 +513,10 @@ public class ShareUtils {
shortMessageShare();
break;
case 6:
if (mShareType == ShareType.askInvite || mShareType == ShareType.askNormal) {
if (mShareType == ShareType.askInvite) {
copyLink(mTitle + " - 光环助手" + shareUrl);
} else if (mShareType == ShareType.askNormal) {
copyLink(shareUrl);
} else if (mShareType != ShareType.shareGh) {
copyLink(shareUrl);
} else {