Commit 806f18e3 authored by mengcuiguang2's avatar mengcuiguang2

1.0.3发版

parent 82324f1a
......@@ -237,6 +237,9 @@ public class PreCsjGroMoreVideoAdManager extends BaseVideoAd {
adcode = mttRewardAd.getAdNetworkRitId();
ecpm = mttRewardAd.getPreEcpm();
adSource = mttRewardAd.getAdNetworkPlatformId();
LogUtil.d(TAG, "广告展示:onRewardedAdShow adcode=" + adcode + " ecpm=" + ecpm + " adSource=" + adSource);
vo.put("adcode", adcode);
vo.put("ecpm", ecpm);
vo.put("adSource", adSource);
......@@ -308,6 +311,10 @@ public class PreCsjGroMoreVideoAdManager extends BaseVideoAd {
vo.put("adid", CsjGroMoreManager.INSTANCE.getAPP_IN_MAIN_AD_UNIT_VIDEO_ID());
TrackManager.getInstance().cmtGroMoreInfo(vo);
LogUtil.d(TAG, "广告关闭:onRewardedAdShow adcode=" + adcode + " ecpm=" + ecpm + " adSource=" + adSource);
// 数据重置
adcode ="";
ecpm = "";
......
......@@ -160,6 +160,9 @@ class HomeFragment : BaseFragment(), WifiStateManager.WifiStateCallback,
if (!AntiAuditManager.instance.isBlack()) {
homePresenter.getHotActivity()
homePresenter.getDownloadBottoms()
}else{
ll_home_root.visibility=View.GONE
recy_task.visibility=View.GONE
}
homePresenter.getBubbleMsg()
(requireActivity() as MainActivity).refreshHall()
......
......@@ -168,6 +168,7 @@
android:textSize="18sp" />
<androidx.appcompat.widget.LinearLayoutCompat
android:id="@+id/ll_home_root"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="15dp"
......
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