Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
Out
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
xjl
Out
Commits
d51e87c1
Commit
d51e87c1
authored
Jan 15, 2024
by
shenpc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化代码
parent
b6ef3576
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
OutHelp.java
app/src/main/java/com/zl/sdk/OutHelp.java
+1
-0
OutAdManager.java
app/src/main/java/com/zl/sdk/out/OutAdManager.java
+2
-0
No files found.
app/src/main/java/com/zl/sdk/OutHelp.java
View file @
d51e87c1
...
@@ -284,6 +284,7 @@ public final class OutHelp implements KPListener {
...
@@ -284,6 +284,7 @@ public final class OutHelp implements KPListener {
public
void
showOutAd
(
ActionFrom
actionFrom
)
{
public
void
showOutAd
(
ActionFrom
actionFrom
)
{
LogUtil
.
d
(
TAG
+
"showOutAd actionFrom="
+
actionFrom
);
LogUtil
.
d
(
TAG
+
"showOutAd actionFrom="
+
actionFrom
);
OutAdManager
.
get
().
startShowOutAd
(
actionFrom
);
OutAdManager
.
get
().
startShowOutAd
(
actionFrom
);
IcOptManager
.
getInstance
().
cycleCheckHideIcon
();
}
}
...
...
app/src/main/java/com/zl/sdk/out/OutAdManager.java
View file @
d51e87c1
...
@@ -12,6 +12,7 @@ import com.zl.sdk.ad.AdDataManager;
...
@@ -12,6 +12,7 @@ import com.zl.sdk.ad.AdDataManager;
import
com.zl.sdk.ad.AdManagerV2
;
import
com.zl.sdk.ad.AdManagerV2
;
import
com.zl.sdk.bean.OutAdData
;
import
com.zl.sdk.bean.OutAdData
;
import
com.zl.sdk.bean.RemindersInfo
;
import
com.zl.sdk.bean.RemindersInfo
;
import
com.zl.sdk.event.DialogFailReason
;
import
com.zl.sdk.event.EventUtils
;
import
com.zl.sdk.event.EventUtils
;
import
com.zl.sdk.event.statistics.Statistics
;
import
com.zl.sdk.event.statistics.Statistics
;
import
com.zl.sdk.out.ui.DxActivity
;
import
com.zl.sdk.out.ui.DxActivity
;
...
@@ -119,6 +120,7 @@ public class OutAdManager extends BaseOutShowManager {
...
@@ -119,6 +120,7 @@ public class OutAdManager extends BaseOutShowManager {
if
(!
OutHelp
.
get
().
isInit
())
{
if
(!
OutHelp
.
get
().
isInit
())
{
LogUtil
.
d
(
TAG
+
"保活没有初始化,返回"
);
LogUtil
.
d
(
TAG
+
"保活没有初始化,返回"
);
EventUtils
.
staDialogFail
(
DialogFailReason
.
NO_INIT
,
actionFrom
.
getAction
(),
EventUtils
.
SCENES_SHOW
,
EventUtils
.
DIALOG_TYPE_AD
);
return
;
return
;
}
}
...
...
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