mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 14:19:53 +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);
|
nm.createNotificationChannel(ongoingChannel);
|
||||||
// Delete the unused channel previously used for startup
|
// Delete the unused channel previously used for startup
|
||||||
// failure notifications
|
// failure notifications
|
||||||
|
// TODO: Remove this ID after a reasonable upgrade period
|
||||||
|
// (added 2021-07-12)
|
||||||
nm.deleteNotificationChannel(FAILURE_CHANNEL_ID);
|
nm.deleteNotificationChannel(FAILURE_CHANNEL_ID);
|
||||||
}
|
}
|
||||||
Notification foregroundNotification =
|
Notification foregroundNotification =
|
||||||
|
|||||||
Reference in New Issue
Block a user