Commit 31075c3f by 范玉宾

fix share meditation next index error

parent 4394bc4e
...@@ -13,7 +13,7 @@ ext { ...@@ -13,7 +13,7 @@ ext {
"m-im" : "0.0.21.64", "m-im" : "0.0.21.64",
"m-dynamic" : "0.0.7.74", "m-dynamic" : "0.0.7.74",
"m-article" : "0.0.0.10", "m-article" : "0.0.0.10",
"m-muse" : "0.0.28.83", "m-muse" : "0.0.28.84",
"m-tests" : "0.0.24.18", "m-tests" : "0.0.24.18",
"m-course" : "0.0.43.39", "m-course" : "0.0.43.39",
...@@ -100,7 +100,7 @@ ext { ...@@ -100,7 +100,7 @@ ext {
"m-dynamic" : "0.0.7.74", "m-dynamic" : "0.0.7.74",
"m-article" : "0.0.0.10", "m-article" : "0.0.0.10",
"m-muse" : "0.0.28.83", "m-muse" : "0.0.28.84",
"m-tests" : "0.0.24.18", "m-tests" : "0.0.24.18",
"m-course" : "0.0.43.39", "m-course" : "0.0.43.39",
......
...@@ -668,14 +668,13 @@ class PlayMeditationActivity : BaseActivity() { ...@@ -668,14 +668,13 @@ class PlayMeditationActivity : BaseActivity() {
mMediaId = meditation.mediaId mMediaId = meditation.mediaId
mMediaCoverUrl = meditation.coverImageUrl mMediaCoverUrl = meditation.coverImageUrl
mMediaUrl = meditation.mediaUrl mMediaUrl = meditation.mediaUrl
val currentPosition = meditation.broadcastTime
mStatus = meditation.status mStatus = meditation.status
mTitle = meditation.title mTitle = meditation.title
mDesc = meditation.title mDesc = meditation.title
mVideoId = meditation.videoId mVideoId = meditation.videoId
mIndexForMini = currentMeditationIndex + 1 mIndexForMini = currentPosition + 1
formatMiniPath() formatMiniPath()
......
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