20200226补充:1,2 https://gitlab.ghzs.com/pm/halo-app-issues/issues/769
This commit is contained in:
@ -217,7 +217,12 @@ class PersonalFunctionAdapter(val context: Context, val groupName: String, val m
|
||||
context.startActivity(CleanApkActivity.getIntent(context))
|
||||
}
|
||||
"个人中心" -> {
|
||||
context.startActivity(UserInfoActivity.getIntent(context))
|
||||
if (UserManager.getInstance().isLoggedIn) {
|
||||
context.startActivity(UserInfoActivity.getIntent(context))
|
||||
} else {
|
||||
MtaHelper.onEvent("我的光环_新", "功能入口-跳转登录", "个人中心")
|
||||
CheckLoginUtils.checkLogin(context, "我的光环-个人中心") {}
|
||||
}
|
||||
}
|
||||
else -> {
|
||||
DirectUtils.directToLinkPage(context, linkEntity, "", "我的光环")
|
||||
|
||||
Reference in New Issue
Block a user