mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Add comment reminding us to remove obsolete notification channel ID.
This commit is contained in:
@@ -129,6 +129,8 @@ public class BriarService extends Service {
|
||||
nm.createNotificationChannel(ongoingChannel);
|
||||
// Delete the unused channel previously used for startup
|
||||
// failure notifications
|
||||
// TODO: Remove this ID after a reasonable upgrade period
|
||||
// (added 2021-07-12)
|
||||
nm.deleteNotificationChannel(FAILURE_CHANNEL_ID);
|
||||
}
|
||||
Notification foregroundNotification =
|
||||
|
||||
Reference in New Issue
Block a user