Commit 5bb427b0 authored by wanglei's avatar wanglei

...

parent f0aabc37
...@@ -165,6 +165,7 @@ object AdmobInterstitialUtils { ...@@ -165,6 +165,7 @@ object AdmobInterstitialUtils {
onHidden: (() -> Unit)? onHidden: (() -> Unit)?
) { ) {
if (!isShowDialog) { if (!isShowDialog) {
onHidden?.invoke()
return return
} }
var mDialog: Dialog? = null var mDialog: Dialog? = null
......
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