mirror of https://github.com/google/pebble
spelling: does (?) not
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
a6a27be9a5
commit
f9e2379cdb
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue