Fix app update install notification disappearing

This commit is contained in:
arkon
2022-06-26 19:11:34 -04:00
parent 7b294478e4
commit 4ca0fc7a4d
3 changed files with 22 additions and 22 deletions
@@ -79,6 +79,7 @@ object Notifications {
private const val GROUP_APK_UPDATES = "group_apk_updates"
const val CHANNEL_APP_UPDATE = "app_apk_update_channel"
const val ID_APP_UPDATER = 1
const val ID_APP_UPDATE_PROMPT = 2
const val CHANNEL_EXTENSIONS_UPDATE = "ext_apk_update_channel"
const val ID_UPDATES_TO_EXTS = -401
const val ID_EXTENSION_INSTALLER = -402