Commit a12115e8 authored by maxiaoliang's avatar maxiaoliang

修改

parent dc7ca75d
......@@ -65,7 +65,7 @@ class HomeFragment : BaseFragment<FragmentHome3Binding>() {
override fun setListener() {
binding.flScan.setOnClickListener {
val jumpJunkFirstAd = AppPreferences.getInstance().getString("jumpJunkFirstAd", "0").toInt()
val jumpJunkFirstAd = AppPreferences.getInstance().getString("isjunkPlayAd", "0").toInt()
if(jumpJunkFirstAd==1){
startActivity(Intent(requireContext(), ScanJunk2Activity::class.java))
}else{
......
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