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
dadf51a2
Commit
dadf51a2
authored
Jul 10, 2021
by
mengcuiguang2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
dd604309
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
FullGroManager.java
...c/main/java/com/mints/flowbox/ad/full/FullGroManager.java
+2
-0
WifiAdManager.kt
app/src/main/java/com/mints/flowbox/ad/wifi/WifiAdManager.kt
+1
-1
CsjGroMoreManager.kt
.../main/java/com/mints/flowbox/manager/CsjGroMoreManager.kt
+1
-1
MyInfo.java
app/src/main/java/com/mints/flowbox/mvp/model/MyInfo.java
+2
-2
No files found.
app/src/main/java/com/mints/flowbox/ad/full/FullGroManager.java
View file @
dadf51a2
...
...
@@ -97,6 +97,8 @@ public class FullGroManager {
@Override
public
void
onFullVideoLoadFail
(
AdError
adError
)
{
LogUtil
.
d
(
TAG
,
"code="
+
adError
.
message
);
isLoadSuccess
=
false
;
}
...
...
app/src/main/java/com/mints/flowbox/ad/wifi/WifiAdManager.kt
View file @
dadf51a2
...
...
@@ -54,7 +54,7 @@ class WifiAdManager {
}
// return tempAdType
return
Constant
.
GROMORE_
INSERTSCREEN
_AD
return
Constant
.
GROMORE_
FULL
_AD
}
/**
...
...
app/src/main/java/com/mints/flowbox/manager/CsjGroMoreManager.kt
View file @
dadf51a2
...
...
@@ -15,7 +15,7 @@ object CsjGroMoreManager {
var
AD_UNIT_SPLASH_ID
=
"887497104"
// 开屏
var
AD_UNIT_VIDEO_ID
=
"946265896"
// 激励视频
var
AD_UNIT_INTERSTITIAL_ID
=
"946265898"
// 插屏
var
AD_UNIT_FULL_ID
=
""
// 全屏
var
AD_UNIT_FULL_ID
=
"
946333578
"
// 全屏
fun
init
(
application
:
MintsApplication
)
{
TTGroMoreAdManagerHolder
.
init
(
application
)
...
...
app/src/main/java/com/mints/flowbox/mvp/model/MyInfo.java
View file @
dadf51a2
...
...
@@ -46,12 +46,12 @@ public class MyInfo implements Serializable {
* coin : 5476
*/
private
int
surplus
;
private
double
surplus
;
private
String
idcode
;
private
String
mobile
;
private
int
coin
;
public
int
getSurplus
()
{
public
double
getSurplus
()
{
return
surplus
;
}
...
...
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