Commit 0a17bad5 authored by wanglei's avatar wanglei

...

parent 33cc8b52
...@@ -20,15 +20,15 @@ object InstallHelps { ...@@ -20,15 +20,15 @@ object InstallHelps {
fun init() { fun init() {
//InstallReferrer not empty //InstallReferrer not empty
if (!TextUtils.isEmpty(AppPreferences.getInstance().getString("install_source", ""))) { // if (!TextUtils.isEmpty(AppPreferences.getInstance().getString("install_source", ""))) {
if (AdmobMaxHelper.haveSpAdmobTrueMaxFalse()) { // if (AdmobMaxHelper.haveSpAdmobTrueMaxFalse()) {
AdmobMaxHelper.initAdmobMaxAd() // AdmobMaxHelper.initAdmobMaxAd()
requestCfg(false) // requestCfg(false)
} else { // } else {
requestCfg(true) // requestCfg(true)
} // }
return // return
} // }
//InstallReferrer empty //InstallReferrer empty
val referrerClient = InstallReferrerClient.newBuilder(BaseApplication.context).build() val referrerClient = InstallReferrerClient.newBuilder(BaseApplication.context).build()
......
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