Commit 4fc8d0b6 authored by jyx's avatar jyx

代码优化

parent b0978b62
...@@ -658,7 +658,7 @@ class AwardActivity : BaseActivity(), AwardView, View.OnClickListener { ...@@ -658,7 +658,7 @@ class AwardActivity : BaseActivity(), AwardView, View.OnClickListener {
} }
// 用户开启 // 用户开启
if (AppTryPlayManager.getTryPlayIsOK(mCurrentPkg!!, 5)) { if (AppTryPlayManager.getTryPlayIsOK(mCurrentPkg!!, 30)) {
awardPresenter.setHighTaskType("1") awardPresenter.setHighTaskType("1")
tvAwardHighContent.visibility = View.VISIBLE tvAwardHighContent.visibility = View.VISIBLE
......
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