Commit ee770918 authored by maxiaoliang's avatar maxiaoliang

修改视频播放的逻辑

parent c50b1b4b
...@@ -59,7 +59,6 @@ class SiginDropsPopupwindow : PopupWindow(), WateringRewardContract.View, ...@@ -59,7 +59,6 @@ class SiginDropsPopupwindow : PopupWindow(), WateringRewardContract.View,
fun init(mContext: Context?, mListener: IDialogViewCloseCallback) { fun init(mContext: Context?, mListener: IDialogViewCloseCallback) {
this.mListener = mListener this.mListener = mListener
this.mContext = mContext this.mContext = mContext
RxBusUtil.getDefault().register(this)
// ToponManager.initNativeAd((mContext as Activity), AdID.AD_DAILY_DRIP_BIGIMAGE) // ToponManager.initNativeAd((mContext as Activity), AdID.AD_DAILY_DRIP_BIGIMAGE)
// ToponManager.initNativeAd((mContext as Activity), AdID.AD_LUCKY_DAILY_WATER_VIDEO) // ToponManager.initNativeAd((mContext as Activity), AdID.AD_LUCKY_DAILY_WATER_VIDEO)
// ToponManager.initRewardAd((mContext as Activity), AdID.AD_LUCKY_WATER_HIGH_VIDEO) // ToponManager.initRewardAd((mContext as Activity), AdID.AD_LUCKY_WATER_HIGH_VIDEO)
...@@ -98,8 +97,7 @@ class SiginDropsPopupwindow : PopupWindow(), WateringRewardContract.View, ...@@ -98,8 +97,7 @@ class SiginDropsPopupwindow : PopupWindow(), WateringRewardContract.View,
} }
@SuppressLint()
@Subscribe(code = RxBusConstant.RX_MAIN_WATER_DROP_UPDATE, threadMode = ThreadMode.MAIN)
fun updateList() { fun updateList() {
mPresenter?.getRrchardDailyTask() mPresenter?.getRrchardDailyTask()
} }
...@@ -221,7 +219,6 @@ class SiginDropsPopupwindow : PopupWindow(), WateringRewardContract.View, ...@@ -221,7 +219,6 @@ class SiginDropsPopupwindow : PopupWindow(), WateringRewardContract.View,
override fun onAdClose() { override fun onAdClose() {
getVideoAcceleratorsReceive2(); getVideoAcceleratorsReceive2();
mPresenter?.getRrchardDailyTask()
} }
override fun onVideoComplete() { override fun onVideoComplete() {
...@@ -320,6 +317,7 @@ class SiginDropsPopupwindow : PopupWindow(), WateringRewardContract.View, ...@@ -320,6 +317,7 @@ class SiginDropsPopupwindow : PopupWindow(), WateringRewardContract.View,
.subscribe(object : BaseObserver<StatusEntity>() { .subscribe(object : BaseObserver<StatusEntity>() {
override fun onSuccess(result: StatusEntity?) { override fun onSuccess(result: StatusEntity?) {
Log.d("wxw", "看视频上报 Success") Log.d("wxw", "看视频上报 Success")
mPresenter?.getRrchardDailyTask()
} }
override fun onFailure(e: Throwable?, code: String?, errorMsg: String?) { override fun onFailure(e: Throwable?, code: String?, errorMsg: String?) {
......
...@@ -248,7 +248,6 @@ object TurntableDialog : TurntableUtils(), TurntableContract.View { ...@@ -248,7 +248,6 @@ object TurntableDialog : TurntableUtils(), TurntableContract.View {
btnTurntableLottery?.isEnabled = false btnTurntableLottery?.isEnabled = false
isStartAnim = true isStartAnim = true
isUpdate = true isUpdate = true
mPresenter?.getTurntableLotteryResult()
} }
override fun onVideoComplete() { override fun onVideoComplete() {
...@@ -431,6 +430,7 @@ object TurntableDialog : TurntableUtils(), TurntableContract.View { ...@@ -431,6 +430,7 @@ object TurntableDialog : TurntableUtils(), TurntableContract.View {
.subscribe(object : BaseObserver<StatusEntity>() { .subscribe(object : BaseObserver<StatusEntity>() {
override fun onSuccess(result: StatusEntity?) { override fun onSuccess(result: StatusEntity?) {
Log.d("wxw", "看视频上报 Success") Log.d("wxw", "看视频上报 Success")
mPresenter?.getTurntableLotteryResult()
} }
override fun onFailure(e: Throwable?, code: String?, errorMsg: String?) { override fun onFailure(e: Throwable?, code: String?, errorMsg: String?) {
......
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