Skip to content

Commit

Permalink
start接口回调调整
Browse files Browse the repository at this point in the history
  • Loading branch information
zengjiale2 committed Aug 30, 2024
1 parent 958fadd commit 6b61ea0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class EvaKeyRecyclerAdapter():RecyclerView.Adapter<EvaKeyRecyclerAdapter.EvaKeyH

// 注册动画监听
animView.setAnimListener(object : IEvaAnimListener {
override fun onVideoStart() {
override fun onVideoStart(isRestart: Boolean) {
ELog.i(TAG, "onVideoStart")
}

Expand Down

0 comments on commit 6b61ea0

Please sign in to comment.