Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra authored and Alexandra committed Nov 25, 2022
1 parent 479d36a commit aceab59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweak/Liddell.m
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ void override_NCNotificationShortLookView_didMoveToWindow(NCNotificationShortLoo
if (pfShowMessage && ![self liddellContentLabel]) {
[self setLiddellContentLabel:[[MarqueeLabel alloc] init]];

// some apps sent notifications starting with a line break, which causes the message to be hidden
// some apps send notifications starting with a line break, which causes the message to be hidden
if ([self primaryText] && [self secondaryText]) {
[[self liddellContentLabel] setText:[NSString stringWithFormat:@"%@: %@", [self primaryText], [self secondaryText]]];
} else {
Expand Down

0 comments on commit aceab59

Please sign in to comment.