Skip to content

Commit 32caefa

Browse files
committed
display [nfc]: Mention issue for notification channel name's i18n TODO
Signed-off-by: Zixuan James Li <[email protected]>
1 parent f1646c4 commit 32caefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/notifications/display.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class NotificationChannelManager {
204204

205205
await _androidHost.createNotificationChannel(NotificationChannel(
206206
id: kChannelId,
207-
name: 'Messages', // TODO(i18n)
207+
name: 'Messages', // TODO(#1284)
208208
importance: NotificationImportance.high,
209209
lightsEnabled: true,
210210
soundUrl: defaultSoundUrl,

0 commit comments

Comments
 (0)