Commit e3bb496f authored by Li's avatar Li

[李俊岐] 修复转盘崩溃

parent e45482b1
...@@ -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")
} }
}) })
} }
......
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