Fix app update error notification disappearing (#1476)

This commit is contained in:
Cuong-Tran
2024-11-20 21:07:34 +07:00
committed by GitHub
parent 81effea01c
commit 88aff2c77f
2 changed files with 3 additions and 2 deletions
@@ -71,6 +71,7 @@ object Notifications {
const val CHANNEL_APP_UPDATE = "app_apk_update_channel"
const val ID_APP_UPDATER = 1
const val ID_APP_UPDATE_PROMPT = 2
const val ID_APP_UPDATE_ERROR = 3
const val CHANNEL_EXTENSIONS_UPDATE = "ext_apk_update_channel"
const val ID_UPDATES_TO_EXTS = -401
const val ID_EXTENSION_INSTALLER = -402