mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-08 08:03:58 +01:00
small mistake
This commit is contained in:
parent
3987a68a9a
commit
06e0af9a5b
@ -423,9 +423,9 @@ class NotificationUtils @Inject constructor(private val context: Context,
|
||||
// 'importance' which is set in the NotificationChannel. The integers representing
|
||||
// 'priority' are different from 'importance', so make sure you don't mix them.
|
||||
.apply {
|
||||
priority = NotificationCompat.PRIORITY_DEFAULT
|
||||
if (roomInfo.shouldBing) {
|
||||
// Compat
|
||||
priority = NotificationCompat.PRIORITY_DEFAULT
|
||||
vectorPreferences.getNotificationRingTone()?.let {
|
||||
setSound(it)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user