admin
2021-05-08 7c04c8301daa9d7b6d9bf5bbe5b29b389d3f45c3
BuWanVideo/src/com/weikou/beibeivideo/ui/mine/PPTVPlayFragment.java
@@ -738,7 +738,10 @@
                            }
                            if (state.isShowInterstitialAd())
                                showInterstitialAd();
                            startPlayAd();
                            if (state.isShowPreVideoAd())
                                startPlayAd();
                            else
                                adPlayFinish();
                        }
                    } else {
                        if (AdUtil.isGetPPTVNoAdReward(BeibeiVideoApplication.application)) {
@@ -1072,6 +1075,15 @@
        private Integer playPosition;
        //是否显示插屏广告
        private boolean showInterstitialAd;
        private boolean showPreVideoAd;
        public boolean isShowPreVideoAd() {
            return showPreVideoAd;
        }
        public void setShowPreVideoAd(boolean showPreVideoAd) {
            this.showPreVideoAd = showPreVideoAd;
        }
        public boolean isShowInterstitialAd() {
            return showInterstitialAd;