Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PublicAndroidApps
Nebulo
Commits
7c414a64
Commit
7c414a64
authored
Jan 02, 2021
by
Daniel Wolf
Browse files
Merge remote-tracking branch 'origin/master'
parents
ffb71fad
06a1a131
Pipeline
#7697
passed with stage
in 4 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/com/frostnerd/smokescreen/service/RuleImportService.kt
View file @
7c414a64
...
...
@@ -130,7 +130,7 @@ class RuleImportService : IntentService("RuleImportService") {
}
private
fun
showSuccessNotification
()
{
val
successNotification
=
NotificationCompat
.
Builder
(
this
,
Notifications
.
getD
efaultNotification
ChannelId
(
this
))
val
successNotification
=
NotificationCompat
.
Builder
(
this
,
Notifications
.
getD
nsRule
ChannelId
(
this
))
successNotification
.
setSmallIcon
(
R
.
drawable
.
ic_mainnotification
)
successNotification
.
setAutoCancel
(
true
)
successNotification
.
setContentTitle
(
getString
(
R
.
string
.
notification_ruleimportfinished_title
))
...
...
@@ -438,4 +438,4 @@ class RuleImportService : IntentService("RuleImportService") {
override
fun
onBind
(
intent
:
Intent
?):
IBinder
?
{
return
null
}
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
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