Notification conflict fix

This commit is contained in:
jobobby04 2020-04-01 12:34:03 -04:00 committed by Jobobby04
parent 989b968e5b
commit 643f666178

View File

@ -44,7 +44,7 @@ object Notifications {
* Notification channel and ids used by the library updater. * Notification channel and ids used by the library updater.
*/ */
const val CHANNEL_UPDATES_TO_EXTS = "updates_ext_channel" const val CHANNEL_UPDATES_TO_EXTS = "updates_ext_channel"
const val ID_UPDATES_TO_EXTS = -401 const val ID_UPDATES_TO_EXTS = -501
/** /**
* Notification channel and ids used by the backup/restore system. * Notification channel and ids used by the backup/restore system.