fix: build error caused by extra ] (#30015)
This commit is contained in:
parent
af991123f1
commit
25a77761f6
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ void CocoaNotification::Show(const NotificationOptions& options) {
|
|||
NSString* identifier =
|
||||
[NSString stringWithFormat:@"%@:notification:%@",
|
||||
[[NSBundle mainBundle] bundleIdentifier],
|
||||
[[NSUUID UUID] UUIDString]]];
|
||||
[[NSUUID UUID] UUIDString]];
|
||||
|
||||
[notification_ setTitle:base::SysUTF16ToNSString(options.title)];
|
||||
[notification_ setSubtitle:base::SysUTF16ToNSString(options.subtitle)];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue