mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Change constant value (for application upgrade reason)
This commit is contained in:
parent
e80191b2e0
commit
d4dfb76e80
1 changed files with 2 additions and 2 deletions
|
@ -507,8 +507,8 @@ class NotificationDrawerManager @Inject constructor(private val context: Context
|
|||
companion object {
|
||||
private const val SUMMARY_NOTIFICATION_ID = 0
|
||||
private const val ROOM_MESSAGES_NOTIFICATION_ID = 1
|
||||
private const val ROOM_INVITATION_NOTIFICATION_ID = 2
|
||||
private const val ROOM_EVENT_NOTIFICATION_ID = 3
|
||||
private const val ROOM_EVENT_NOTIFICATION_ID = 2
|
||||
private const val ROOM_INVITATION_NOTIFICATION_ID = 3
|
||||
|
||||
// TODO Mutliaccount
|
||||
private const val ROOMS_NOTIFICATIONS_FILE_NAME = "im.vector.notifications.cache"
|
||||
|
|
Loading…
Add table
Reference in a new issue