|
|
@@ -158,6 +158,7 @@ public class SplashAct extends BaseActivity {
|
|
|
|
|
|
private void loadAdvertising() {
|
|
|
if (this.isDestroyed()) return;
|
|
|
+ LogUtil.logI("StatSplashAd: " + ad.getAd_id() + ", " + 1);
|
|
|
AdHelper.stat(ad.getAd_id(), 1);
|
|
|
if (ad.isImage()) {
|
|
|
Glide.with(this).load(ad.getAd_img()).into(splash_image_view);
|