spelling: does (?) not

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 10:58:52 -05:00
parent a6a27be9a5
commit f9e2379cdb

View file

@ -336,7 +336,7 @@ TimelineItem *ancs_item_create_and_populate(ANCSAttribute *notif_attributes[],
}
// Hide display name if we have custom app metadata for this app.
// If the app_metadata, not not have a name, then we have the generic app metadata.
// If the app_metadata, does not have a name, then we have the generic app metadata.
if (app_metadata->app_id) {
display_name = NULL;
}