mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-19 10:45:13 +01:00
Fix (some) ktlint issues
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
This commit is contained in:
parent
e9ac99c5df
commit
2e4130c2c4
@ -235,15 +235,19 @@ object NotificationUtils {
|
|||||||
context: Context,
|
context: Context,
|
||||||
appPreferences: AppPreferences?
|
appPreferences: AppPreferences?
|
||||||
): Uri? {
|
): Uri? {
|
||||||
return getRingtoneUri(context,
|
return getRingtoneUri(
|
||||||
appPreferences!!.callRingtoneUri, DEFAULT_CALL_RINGTONE_URI, NOTIFICATION_CHANNEL_CALLS_V4)
|
context,
|
||||||
|
appPreferences!!.callRingtoneUri, DEFAULT_CALL_RINGTONE_URI, NOTIFICATION_CHANNEL_CALLS_V4
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun getMessageRingtoneUri(
|
fun getMessageRingtoneUri(
|
||||||
context: Context,
|
context: Context,
|
||||||
appPreferences: AppPreferences?
|
appPreferences: AppPreferences?
|
||||||
): Uri? {
|
): Uri? {
|
||||||
return getRingtoneUri(context,
|
return getRingtoneUri(
|
||||||
appPreferences!!.messageRingtoneUri, DEFAULT_MESSAGE_RINGTONE_URI, NOTIFICATION_CHANNEL_MESSAGES_V3)
|
context,
|
||||||
|
appPreferences!!.messageRingtoneUri, DEFAULT_MESSAGE_RINGTONE_URI, NOTIFICATION_CHANNEL_MESSAGES_V3
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user