|
|
@@ -28,6 +28,7 @@ import com.sheep.gamegroup.util.Jump2View;
|
|
|
import com.sheep.gamegroup.util.SysAppUtil;
|
|
|
import com.sheep.gamegroup.util.ViewUtil;
|
|
|
import com.sheep.gamegroup.view.activity.PersonalCenterAct;
|
|
|
+import com.sheep.gamegroup.view.dialog.DialogShare;
|
|
|
import com.sheep.jiuyan.samllsheep.R;
|
|
|
import com.sheep.jiuyan.samllsheep.SheepApp;
|
|
|
import com.sheep.jiuyan.samllsheep.utils.G;
|
|
|
@@ -247,7 +248,7 @@ public class FgtPersonalCenter extends BaseCompatFragment {
|
|
|
break;
|
|
|
case R.id.recommend_friend_layout://推荐给好友
|
|
|
if (userEntity != null) {
|
|
|
- ViewUtil.shareLink(activity, CommonUtil.getInstance().jointString(userEntity.getShareLink("ohter"), "ohter"));
|
|
|
+ ViewUtil.shareLink(activity, CommonUtil.getInstance().jointString(userEntity.getShareLink(DialogShare.OTHER), DialogShare.OTHER));
|
|
|
}
|
|
|
USER_SHARE.onEvent();
|
|
|
break;
|