mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 19:05:56 +03:00
small mistake
This commit is contained in:
parent
3987a68a9a
commit
06e0af9a5b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue