Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_vedio
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_vedio
Commits
b1db4aa0
Commit
b1db4aa0
authored
Jul 26, 2023
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化看完广告进度条不走
parent
a32f21de
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
14 deletions
+2
-14
DramaApiDetailActivity.kt
.../java/com/mints/helivideo/video/DramaApiDetailActivity.kt
+1
-8
TxVideoActivity.kt
...rc/main/java/com/mints/helivideo/video/TxVideoActivity.kt
+0
-5
TXVideoBaseView.java
...in/java/com/mints/helivideo/video/tx/TXVideoBaseView.java
+1
-1
No files found.
video/app/src/main/java/com/mints/helivideo/video/DramaApiDetailActivity.kt
View file @
b1db4aa0
...
...
@@ -35,14 +35,7 @@ import com.mints.helivideo.ui.widgets.VipCountDialog
import
com.mints.helivideo.utils.AppPreferencesManager
import
com.mints.helivideo.utils.SpanUtils
import
com.mints.library.utils.nodoubleclick.AntiShake
import
kotlinx.android.synthetic.main.activity_tx_video.*
import
kotlinx.android.synthetic.main.drama_activity_api_detail.*
import
kotlinx.android.synthetic.main.drama_activity_api_detail.episode_tv
import
kotlinx.android.synthetic.main.drama_activity_api_detail.fm_bottom
import
kotlinx.android.synthetic.main.drama_activity_api_detail.ll_lucky
import
kotlinx.android.synthetic.main.drama_activity_api_detail.tv_lucky_status
import
kotlinx.android.synthetic.main.fragment_main_my.*
import
kotlinx.android.synthetic.main.fragment_tx_video.*
/**
* @author Assen
...
...
@@ -628,7 +621,7 @@ class DramaApiDetailActivity : BaseActivity(), VideoEpisodeAdapter.OnEpisodeClic
// ll_lucky.visibility = View.GONE
}
localShowLucky
(
mCurrentIndex
-
1
)
localShowLucky
(
mCurrentIndex
-
1
)
}
private
fun
playCollectAnim
(
view
:
LottieAnimationView
)
{
...
...
video/app/src/main/java/com/mints/helivideo/video/TxVideoActivity.kt
View file @
b1db4aa0
...
...
@@ -32,11 +32,6 @@ import com.mints.helivideo.utils.SpanUtils
import
com.mints.helivideo.video.tx.adapter.TxVideoAdapter
import
com.mints.library.utils.nodoubleclick.AntiShake
import
kotlinx.android.synthetic.main.activity_tx_video.*
import
kotlinx.android.synthetic.main.activity_tx_video.episode_tv
import
kotlinx.android.synthetic.main.activity_tx_video.fm_bottom
import
kotlinx.android.synthetic.main.activity_tx_video.ll_lucky
import
kotlinx.android.synthetic.main.activity_tx_video.tv_lucky_status
import
kotlinx.android.synthetic.main.drama_activity_api_detail.*
class
TxVideoActivity
:
BaseActivity
(),
View
.
OnClickListener
,
VideoView
,
VideoEpisodeAdapter
.
OnEpisodeClickListener
,
TxVideoAdapter
.
OnCustomChildClickListener
{
...
...
video/app/src/main/java/com/mints/helivideo/video/tx/TXVideoBaseView.java
View file @
b1db4aa0
...
...
@@ -20,7 +20,6 @@ import android.widget.TextView;
import
androidx.core.content.ContextCompat
;
import
com.mints.helivideo.utils.UIUtils
;
import
com.tencent.rtmp.TXLiveConstants
;
import
com.tencent.rtmp.ui.TXCloudVideoView
;
import
com.mints.helivideo.R
;
...
...
@@ -62,6 +61,7 @@ public class TXVideoBaseView extends RelativeLayout implements View.OnClickListe
public
void
setTXVodPlayer
(
TXVodPlayerWrapper
TXVodPlayerWrapper
)
{
mTXVodPlayerWrapper
=
TXVodPlayerWrapper
;
mTXVodPlayerWrapper
.
setPlayerView
(
mTXCloudVideoView
);
mTXVodPlayerWrapper
.
setVodChangeListener
(
this
);
mTXCloudVideoView
.
requestLayout
();
Log
.
i
(
TAG
,
"[setTXVodPlayer] , PLAY_EVT_PLAY_PROGRESS,"
+
mTXVodPlayerWrapper
.
getVodPlayer
().
hashCode
()
+
" url "
+
TXVodPlayerWrapper
.
getUrl
());
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment