Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
E
Easy Cleaner Junk
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
Easy Cleaner Junk
Commits
0ed93907
Commit
0ed93907
authored
Jun 23, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
d96b2308
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
16 deletions
+1
-16
NewSplashActivity.kt
...easy/easycleanerjunk/activity/splash/NewSplashActivity.kt
+1
-16
No files found.
app/src/main/java/com/test/easy/easycleanerjunk/activity/splash/NewSplashActivity.kt
View file @
0ed93907
...
@@ -39,7 +39,6 @@ class NewSplashActivity : BaseActivity<ActivityLayoutSplashBinding>(),
...
@@ -39,7 +39,6 @@ class NewSplashActivity : BaseActivity<ActivityLayoutSplashBinding>(),
private
var
mProgressManager
:
ProgressManager
?
=
null
private
var
mProgressManager
:
ProgressManager
?
=
null
override
fun
initView
()
{
override
fun
initView
()
{
cancelNotification
()
initStatusBar
()
initStatusBar
()
if
(
isDestroyed
)
{
if
(
isDestroyed
)
{
return
return
...
@@ -133,19 +132,5 @@ class NewSplashActivity : BaseActivity<ActivityLayoutSplashBinding>(),
...
@@ -133,19 +132,5 @@ class NewSplashActivity : BaseActivity<ActivityLayoutSplashBinding>(),
isPause
=
true
isPause
=
true
}
}
private
fun
cancelNotification
()
{
var
jumpType
=
intent
.
getIntExtra
(
"type"
,
0
)
if
(
jumpType
==
0
)
{
val
uri
=
intent
.
data
val
str
=
(
uri
?.
getQueryParameter
(
"type"
)
?:
"0"
)
jumpType
=
str
.
toIntOrNull
()
?:
0
}
LogEx
.
logDebug
(
TAG
,
"jumpType=$jumpType"
)
if
(
jumpType
!=
0
)
{
val
cancelIntent
=
Intent
(
this
,
CloseNotificationReceiver
::
class
.
java
)
cancelIntent
.
action
=
CloseNotificationReceiver
.
action
cancelIntent
.
putExtra
(
"notificationId"
,
NotificationHelper
.
notificationId
)
sendBroadcast
(
cancelIntent
)
}
}
}
}
\ No newline at end of file
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