Commit e1dfce88 authored by 周文华's avatar 周文华

【修复】修复返回无效的问题。

parent 20b1053d
...@@ -252,7 +252,7 @@ open class BaseActivity2 : AppCompatActivity() { ...@@ -252,7 +252,7 @@ open class BaseActivity2 : AppCompatActivity() {
this, this,
title, title,
content, content,
{ showAdInterstitial(AdmobHelps.isShowAdBackInter()) { finishOrToMain() } }, { showAdInterstitial(AdmobHelps.isShowAdBackInter()) { finishToMainTop() } },
{ isExit = false } { isExit = false }
) )
} }
......
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