Commit f76ecf4a by 严久程

Merge branch 'feature/userinfo_collect' of…

Merge branch 'feature/userinfo_collect' of ssh://gitlab.yidianling.com:2224/app_android_lib/YDL-Component into feature/userinfo_collect
parents 79091f26 508bda76
ext { ext {
kotlin_version = "1.3.21" kotlin_version = "1.3.21"
dev_mode = true dev_mode = false
ydl_app = [ ydl_app = [
appName : "心理咨询壹点灵", appName : "心理咨询壹点灵",
...@@ -45,7 +45,7 @@ ext { ...@@ -45,7 +45,7 @@ ext {
"m-confide" : "0.0.48.6", "m-confide" : "0.0.48.6",
"m-consultant" : "0.0.57.4", "m-consultant" : "0.0.57.4",
"m-fm" : "0.0.29.3", "m-fm" : "0.0.29.3",
"m-user" : "0.0.59.8", "m-user" : "0.0.59.14",
"m-home" : "0.0.19.1", "m-home" : "0.0.19.1",
"m-im" : "0.0.16.2", "m-im" : "0.0.16.2",
"m-dynamic" : "0.0.6.1", "m-dynamic" : "0.0.6.1",
......
...@@ -164,7 +164,7 @@ class CollectFocusActivity : BaseActivity() { ...@@ -164,7 +164,7 @@ class CollectFocusActivity : BaseActivity() {
calculateSelectedNumber(mList[index + 1].isFocus) calculateSelectedNumber(mList[index + 1].isFocus)
ActionCountUtils.count( ActionCountUtils.count(
UserBIConstants.COLLECT_TOPIC_PAGE + "|" + UserBIConstants.COLLECT_TOPIC_CLICK, UserBIConstants.COLLECT_TOPIC_PAGE + "|" + UserBIConstants.COLLECT_TOPIC_CLICK,
item.cateName mList[index + 1].cateName
) )
} }
ll.addView(rightItem) ll.addView(rightItem)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment