2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

Bug 1819927 - Remove DEFAULT_BROWSER_NOTIFICATION_ID from MarketingNotificationHelper

This commit is contained in:
t-p-white 2023-03-02 16:17:24 +00:00 committed by mergify[bot]
parent 053eb11df3
commit f2095b4c5d

View File

@ -15,7 +15,6 @@ import org.mozilla.fenix.R
const val MARKETING_CHANNEL_ID = "org.mozilla.fenix.default.browser.channel"
// For notification that uses the marketing notification channel, IDs should be unique.
const val DEFAULT_BROWSER_NOTIFICATION_ID = 1
const val RE_ENGAGEMENT_NOTIFICATION_ID = 2
/**