mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-18 18:25:03 +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,
|
||||
appPreferences: AppPreferences?
|
||||
): Uri? {
|
||||
return getRingtoneUri(context,
|
||||
appPreferences!!.callRingtoneUri, DEFAULT_CALL_RINGTONE_URI, NOTIFICATION_CHANNEL_CALLS_V4)
|
||||
return getRingtoneUri(
|
||||
context,
|
||||
appPreferences!!.callRingtoneUri, DEFAULT_CALL_RINGTONE_URI, NOTIFICATION_CHANNEL_CALLS_V4
|
||||
)
|
||||
}
|
||||
|
||||
fun getMessageRingtoneUri(
|
||||
context: Context,
|
||||
appPreferences: AppPreferences?
|
||||
): Uri? {
|
||||
return getRingtoneUri(context,
|
||||
appPreferences!!.messageRingtoneUri, DEFAULT_MESSAGE_RINGTONE_URI, NOTIFICATION_CHANNEL_MESSAGES_V3)
|
||||
return getRingtoneUri(
|
||||
context,
|
||||
appPreferences!!.messageRingtoneUri, DEFAULT_MESSAGE_RINGTONE_URI, NOTIFICATION_CHANNEL_MESSAGES_V3
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user