mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-29 14:38:45 +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
|
// 'importance' which is set in the NotificationChannel. The integers representing
|
||||||
// 'priority' are different from 'importance', so make sure you don't mix them.
|
// 'priority' are different from 'importance', so make sure you don't mix them.
|
||||||
.apply {
|
.apply {
|
||||||
priority = NotificationCompat.PRIORITY_DEFAULT
|
|
||||||
if (roomInfo.shouldBing) {
|
if (roomInfo.shouldBing) {
|
||||||
// Compat
|
// Compat
|
||||||
|
priority = NotificationCompat.PRIORITY_DEFAULT
|
||||||
vectorPreferences.getNotificationRingTone()?.let {
|
vectorPreferences.getNotificationRingTone()?.let {
|
||||||
setSound(it)
|
setSound(it)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue