mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-23 13:40:43 +01:00
Safer to use NotificationManagerCompat rather than NotificationManager
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
This commit is contained in:
parent
2f4aa35c53
commit
39f69003b5
@ -138,7 +138,7 @@ object NotificationUtils {
|
|||||||
context.resources.getString(R.string.nc_notification_channel_messages),
|
context.resources.getString(R.string.nc_notification_channel_messages),
|
||||||
context.resources.getString(R.string.nc_notification_channel_messages),
|
context.resources.getString(R.string.nc_notification_channel_messages),
|
||||||
true,
|
true,
|
||||||
NotificationManager.IMPORTANCE_HIGH,
|
NotificationManagerCompat.IMPORTANCE_HIGH,
|
||||||
soundUri,
|
soundUri,
|
||||||
audioAttributes,
|
audioAttributes,
|
||||||
null,
|
null,
|
||||||
|
Loading…
Reference in New Issue
Block a user