This commit is contained in:
kehaoyuan
2020-06-09 18:21:29 +08:00
parent e782d0542c
commit b593f2f3ea
3 changed files with 7 additions and 4 deletions

View File

@ -30,6 +30,7 @@ import com.gh.common.AppExecutor
import com.gh.common.util.*
import com.gh.common.view.DrawableView
import com.gh.gamecenter.CropImageActivity
import com.gh.gamecenter.NewsDetailActivity
import com.gh.gamecenter.R
import com.gh.gamecenter.WebActivity
import com.gh.gamecenter.databinding.ActivityVideoUplaodBinding
@ -485,7 +486,8 @@ class UploadVideoActivity : ToolBarActivity() {
mBinding.uploadExposureHint.paint.flags = Paint.UNDERLINE_TEXT_FLAG
mBinding.uploadExposureHint.paint.isAntiAlias = true
mBinding.uploadExposureHint.setOnClickListener {
// todo skip to...
// 固定跳转
startActivity(NewsDetailActivity.getIntentById(this, "5ed9e65d86775716ac16205a", mEntrance))
}
}

View File

@ -104,7 +104,7 @@ class VideoVerifyAdapter(context: Context,
}
}
val dateFormat = SimpleDateFormat("MM月dd日HH", Locale.CHINA)
val dateFormat = SimpleDateFormat("MM月dd日HH", Locale.CHINA)
return "预计" + dateFormat.format(targetTime) + "点前审核完成"
}