Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_flowbox
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_flowbox
Commits
806f18e3
Commit
806f18e3
authored
Jul 27, 2021
by
mengcuiguang2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.0.3发版
parent
82324f1a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
PreCsjGroMoreVideoAdManager.java
...m/mints/flowbox/ad/video/PreCsjGroMoreVideoAdManager.java
+7
-0
HomeFragment.kt
...c/main/java/com/mints/flowbox/ui/fragment/HomeFragment.kt
+3
-0
fragment_home.xml
app/src/main/res/layout/fragment_home.xml
+1
-0
No files found.
app/src/main/java/com/mints/flowbox/ad/video/PreCsjGroMoreVideoAdManager.java
View file @
806f18e3
...
...
@@ -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
=
""
;
...
...
app/src/main/java/com/mints/flowbox/ui/fragment/HomeFragment.kt
View file @
806f18e3
...
...
@@ -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
()
...
...
app/src/main/res/layout/fragment_home.xml
View file @
806f18e3
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment