Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
ae752763
Commit
ae752763
authored
5 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
notifications: cleanup
Change-Id: Ib5d415f4e619ce22b998deb03222d7b6d5439238
parent
028498ea
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ring-android/app/src/main/java/cx/ring/services/NotificationServiceImpl.java
+0
-4
0 additions, 4 deletions
...c/main/java/cx/ring/services/NotificationServiceImpl.java
with
0 additions
and
4 deletions
ring-android/app/src/main/java/cx/ring/services/NotificationServiceImpl.java
+
0
−
4
View file @
ae752763
...
...
@@ -83,7 +83,6 @@ import cx.ring.service.DRingService;
import
cx.ring.tv.call.TVCallActivity
;
import
cx.ring.utils.ConversationPath
;
import
cx.ring.utils.DeviceUtils
;
import
cx.ring.utils.FileUtils
;
import
cx.ring.utils.ResourceMapper
;
import
cx.ring.utils.Tuple
;
...
...
@@ -114,7 +113,6 @@ public class NotificationServiceImpl implements NotificationService {
private
static
final
int
NOTIF_CALL_ID
=
1001
;
private
final
SparseArray
<
NotificationCompat
.
Builder
>
mNotificationBuilders
=
new
SparseArray
<>();
@Inject
protected
Context
mContext
;
...
...
@@ -151,12 +149,10 @@ public class NotificationServiceImpl implements NotificationService {
if
(
notificationManager
==
null
)
return
;
notificationManager
.
deleteNotificationChannel
(
NOTIF_CHANNEL_MISSED_CALL_LEGACY
);
notificationManager
.
deleteNotificationChannel
(
NOTIF_CHANNEL_CALL_LEGACY
);
// Setting up groups
notificationManager
.
createNotificationChannelGroup
(
new
NotificationChannelGroup
(
NOTIF_CALL_GROUP
,
mContext
.
getString
(
R
.
string
.
notif_group_calls
)));
// Missed calls channel
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment