Commit 388ef6b8 by 霍志良

feat:升级m-course

parent ba88c84f
......@@ -16,7 +16,7 @@ ext {
"m-muse" : "0.0.28.25",
"m-tests" : "0.0.24.15",
"m-course" : "0.0.42.68",
"m-course" : "0.0.42.69",
//-------------- 业务模块 API 层 --------------
"m-audioim-api" : "0.0.6",
......@@ -88,7 +88,7 @@ ext {
// -------------- 业务模块 --------------
//第三步 若干
"m-confide" : "0.0.49.13",
"m-confide" : "0.0.49.17",
"m-consultant" : "0.0.59.93",
"m-fm" : "0.0.30.06",
"m-user" : "0.0.61.71",
......@@ -99,7 +99,7 @@ ext {
"m-muse" : "0.0.28.25",
"m-tests" : "0.0.24.15",
"m-course" : "0.0.42.68",
"m-course" : "0.0.42.69",
//-------------- 业务模块 API 层 --------------
"m-audioim-api" : "0.0.6",
"m-confide-api" : "0.0.2.11",
......
......@@ -154,7 +154,7 @@ class CoursePlayActivity : BaseActivity() {
recy_list?.layoutManager =
LinearLayoutManager(
this,
OrientationHelper.VERTICAL,
LinearLayoutManager.VERTICAL,
false
)
adapter =
......@@ -284,6 +284,7 @@ class CoursePlayActivity : BaseActivity() {
}
override fun onNewIntent(intent: Intent?) {
super.onNewIntent(intent)
var new_course_id = 0
if (intent != null) {
new_course_id = intent.getIntExtra("course_id", 0)
......
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