Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
P
PDF Viewer Scanner White
Project
Project
Details
Activity
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
PDF Viewer Scanner White
Commits
e7c69060
Commit
e7c69060
authored
Oct 10, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
1c0a0529
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
AdmobOpenUtils.kt
...om/base/pdfviewerscannerwhite/ads/admob/AdmobOpenUtils.kt
+1
-1
SplashPresenter.kt
...m/base/pdfviewerscannerwhite/ui/splash/SplashPresenter.kt
+1
-1
LogEx.kt
...c/main/java/com/base/pdfviewerscannerwhite/utils/LogEx.kt
+5
-1
No files found.
app/src/main/java/com/base/pdfviewerscannerwhite/ads/admob/AdmobOpenUtils.kt
View file @
e7c69060
...
@@ -33,7 +33,7 @@ object AdmobOpenUtils {
...
@@ -33,7 +33,7 @@ object AdmobOpenUtils {
fun
loadAppOpenAd
(
onLoad
:
((
loaded
:
Boolean
)
->
Unit
)?
=
null
)
{
fun
loadAppOpenAd
(
onLoad
:
((
loaded
:
Boolean
)
->
Unit
)?
=
null
)
{
if
(
mOpenAd
!=
null
)
{
if
(
mOpenAd
!=
null
)
{
onLoad
?.
invoke
(
fals
e
)
onLoad
?.
invoke
(
tru
e
)
return
return
}
}
if
(!
AdDisplayUtils
.
shouldShowOpenAd
())
{
if
(!
AdDisplayUtils
.
shouldShowOpenAd
())
{
...
...
app/src/main/java/com/base/pdfviewerscannerwhite/ui/splash/SplashPresenter.kt
View file @
e7c69060
...
@@ -12,7 +12,7 @@ import kotlinx.coroutines.launch
...
@@ -12,7 +12,7 @@ import kotlinx.coroutines.launch
class
SplashPresenter
(
class
SplashPresenter
(
val
splashView
:
SplashView
val
splashView
:
SplashView
)
{
)
{
private
val
TAG
=
"Splash
Presenter
"
private
val
TAG
=
"Splash
Activity
"
private
var
jumpJob
:
Job
?
=
null
private
var
jumpJob
:
Job
?
=
null
...
...
app/src/main/java/com/base/pdfviewerscannerwhite/utils/LogEx.kt
View file @
e7c69060
...
@@ -7,7 +7,11 @@ object LogEx {
...
@@ -7,7 +7,11 @@ object LogEx {
val
isOpen
=
true
val
isOpen
=
true
val
filterTAG
=
arrayOf
(
val
filterTAG
=
arrayOf
(
""
,
""
,
""
,
"MediaStoreUtils"
,
"DocumentFragment"
,
"EventUtils"
,
"ReportUtils"
,
"NewComUtils"
,
)
)
fun
logDebug
(
tag
:
String
,
content
:
String
,
isMust
:
Boolean
=
false
)
{
fun
logDebug
(
tag
:
String
,
content
:
String
,
isMust
:
Boolean
=
false
)
{
...
...
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