mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-14 16:25:05 +01:00
Fix a typo
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
d7bb023019
commit
a61752ac0d
@ -302,7 +302,7 @@ public class NotificationJob extends Job {
|
|||||||
.getString(R.string.nc_notification_channel_messages), true,
|
.getString(R.string.nc_notification_channel_messages), true,
|
||||||
NotificationManager.IMPORTANCE_HIGH);
|
NotificationManager.IMPORTANCE_HIGH);
|
||||||
|
|
||||||
notificationBuilder.setChannelId(NotificationUtils.NOTIFICATION_CHANNEL_MESSAGES_V2);
|
notificationBuilder.setChannelId(NotificationUtils.NOTIFICATION_CHANNEL_MESSAGES_V3);
|
||||||
} else {
|
} else {
|
||||||
NotificationUtils.createNotificationChannel(notificationManager,
|
NotificationUtils.createNotificationChannel(notificationManager,
|
||||||
NotificationUtils.NOTIFICATION_CHANNEL_CALLS_V2, context.getResources()
|
NotificationUtils.NOTIFICATION_CHANNEL_CALLS_V2, context.getResources()
|
||||||
|
Loading…
Reference in New Issue
Block a user