This commit is contained in:
lyr
2020-09-24 17:58:47 +08:00
parent 47b2fa60d8
commit f319201e74
2 changed files with 2 additions and 12 deletions

View File

@ -332,8 +332,6 @@ public class ShareUtils {
switch (mShareEntrance) {
case plugin:
mTitle += "光环加速版_要好玩上光环";
break;
case game:
mTitle += "_要好玩上光环";
break;
@ -377,8 +375,6 @@ public class ShareUtils {
switch (mShareEntrance) {
case plugin:
mTitle += "光环加速版_要好玩上光环";
break;
case game:
mTitle += "_要好玩上光环";
break;
@ -487,9 +483,6 @@ public class ShareUtils {
Bundle params = new Bundle();
switch (mShareEntrance) {
case plugin:
mTitle += "光环加速版_光环助手";
break;
case game:
mTitle += "_光环助手";
break;
@ -539,8 +532,6 @@ public class ShareUtils {
switch (mShareEntrance) {
case plugin:
msg.title = mTitle + "光环加速版_要好玩上光环";
break;
case game:
msg.title = mTitle + "_要好玩上光环";
break;