mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 05:25:31 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue