|
|
@@ -74,8 +74,6 @@ public class SplashAct extends BaseActivity {
|
|
|
ImageView splash_image_view;
|
|
|
@BindView(R.id.splash_skip)
|
|
|
TextView splash_skip;
|
|
|
- @BindView(R.id.tv_ad_tip)
|
|
|
- TextView tvAdTip;
|
|
|
@BindView(R.id.splash_video_view)
|
|
|
VideoView splash_video_view;
|
|
|
@BindView(R.id.ad_flag)
|
|
|
@@ -159,7 +157,6 @@ public class SplashAct extends BaseActivity {
|
|
|
//游可盈
|
|
|
launchYKYSplash();
|
|
|
} else if (adType == AD_SPLASH_TYPE_YT) {
|
|
|
- tvAdTip.setVisibility(View.VISIBLE);
|
|
|
//优投
|
|
|
launchYTSplash();
|
|
|
}
|