Skip to content

Commit 5ff92f3

Browse files
committed
NotificationsScreen [nfc]: Add TODO to warn for push-token sync with server
1 parent 7df638e commit 5ff92f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/settings/NotificationsScreen.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ export default function NotificationsScreen(props: Props): Node {
168168
return (
169169
<Screen title="Notifications">
170170
<ServerPushSetupBanner isDismissable={false} />
171+
{
172+
// TODO: Warn when device's push token isn't acked by the server.
173+
}
171174
<NestedNavRow
172175
icon={
173176
systemSettingsWarnings.length > 0

0 commit comments

Comments
 (0)