Commit 1041532e authored by wangxuewei's avatar wangxuewei

Merge remote-tracking branch 'origin/develop_ddcy_1.0.3' into develop_ddcy_1.0.3

parents 95f6d286 e3bb496f
...@@ -862,7 +862,7 @@ class GameActivity : UnityPlayerActivity(), IDialogViewCloseCallback { ...@@ -862,7 +862,7 @@ class GameActivity : UnityPlayerActivity(), IDialogViewCloseCallback {
//关闭view //关闭view
Log.e("MXL", "CLOSE") Log.e("MXL", "CLOSE")
callUnity("TitleView", "getHomeInfo", "") callUnity("TitleView", "getHomeInfo", "")
callUnity("DailyWelfarm", "getCardList", "") callUnity("GameManager", "getCardList", "")
} }
fun getUserInfo() { fun getUserInfo() {
......
...@@ -59,6 +59,7 @@ class CashExchangeAdapter : ...@@ -59,6 +59,7 @@ class CashExchangeAdapter :
initShotAnim(holder.item_duihuan!!) initShotAnim(holder.item_duihuan!!)
} }
} }
holder.item_duihuan?.addClickScale()
holder.item_duihuan?.setOnClickListener { holder.item_duihuan?.setOnClickListener {
if (Utils.isFastClick2()) { if (Utils.isFastClick2()) {
duihuan(bean.id, bean.type!!, bean.cash) duihuan(bean.id, bean.type!!, bean.cash)
......
...@@ -142,11 +142,11 @@ object TurntableDialog : TurntableUtils(), TurntableContract.View { ...@@ -142,11 +142,11 @@ object TurntableDialog : TurntableUtils(), TurntableContract.View {
} }
override fun onAdShow() { override fun onAdShow() {
TODO("Not yet implemented")
} }
override fun onAdVideoBarClick() { override fun onAdVideoBarClick() {
TODO("Not yet implemented")
} }
override fun onError(errorMsg: String?) { override fun onError(errorMsg: String?) {
...@@ -158,7 +158,6 @@ object TurntableDialog : TurntableUtils(), TurntableContract.View { ...@@ -158,7 +158,6 @@ object TurntableDialog : TurntableUtils(), TurntableContract.View {
} }
override fun onSuccess() { override fun onSuccess() {
TODO("Not yet implemented")
} }
}) })
} }
......
...@@ -67,7 +67,7 @@ dependencies { ...@@ -67,7 +67,7 @@ dependencies {
api ("com.bx:adsdk:1.3.3"){ api ("com.bx:adsdk:1.3.3"){
exclude group: 'com.google.code.gson' exclude group: 'com.google.code.gson'
} }
api 'com.ym.admodule:admodule:1.0.2.7' api 'com.ym.admodule:admodule:1.0.2.11'
api 'com.airbnb.android:lottie:3.1.0' api 'com.airbnb.android:lottie:3.1.0'
/* api 'androidx.appcompat:appcompat:1.2.0-alpha02' /* api 'androidx.appcompat:appcompat:1.2.0-alpha02'
api 'com.android.support:design:28.0.0' api 'com.android.support:design:28.0.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