We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169b354 commit 3ff1f92Copy full SHA for 3ff1f92
1 file changed
Plugins/Native/Headers/Notification.h
@@ -38,7 +38,7 @@ extern "C"
38
NSDateFormatter * formatter = [[NSDateFormatter alloc] init];
39
[formatter setDateFormat:@"yyyy-MM-dd HH:mm:ss"];
40
NSDate *nsDate = [formatter dateFromString:[NSString stringWithUTF8String:date ?: ""]];
41
- NSDateComponents *components = [[NSCalendar currentCalendar]components:units fromDate:nsDate];
+ NSDateComponents *components = [[NSCalendar currentCalendar] components:units fromDate:nsDate];
42
43
44
[Notification PushNotification:[NSString stringWithUTF8String:msg ?: ""]
0 commit comments