mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-09 22:04:24 +01:00
format kotlin code
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
1ef8acb153
commit
f36b7750de
@ -106,7 +106,8 @@ object NotificationUtils {
|
|||||||
Channel(
|
Channel(
|
||||||
NOTIFICATION_CHANNEL_CALLS_V4,
|
NOTIFICATION_CHANNEL_CALLS_V4,
|
||||||
context.resources.getString(R.string.nc_notification_channel_calls),
|
context.resources.getString(R.string.nc_notification_channel_calls),
|
||||||
context.resources.getString(R.string.nc_notification_channel_calls_description)),
|
context.resources.getString(R.string.nc_notification_channel_calls_description)
|
||||||
|
),
|
||||||
soundUri,
|
soundUri,
|
||||||
audioAttributes
|
audioAttributes
|
||||||
)
|
)
|
||||||
@ -128,7 +129,8 @@ object NotificationUtils {
|
|||||||
Channel(
|
Channel(
|
||||||
NOTIFICATION_CHANNEL_MESSAGES_V4,
|
NOTIFICATION_CHANNEL_MESSAGES_V4,
|
||||||
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_description)),
|
context.resources.getString(R.string.nc_notification_channel_messages_description)
|
||||||
|
),
|
||||||
soundUri,
|
soundUri,
|
||||||
audioAttributes
|
audioAttributes
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user