We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c311ddc commit c27f5d8Copy full SHA for c27f5d8
Plugins/Native/Implementations/Notification.mm
@@ -41,7 +41,7 @@ +(void)PushNotification:(NSString *)msg
41
if(!notificationGranted)
42
return;
43
44
- UNTimeIntervalNotificationTrigger *trigger = [UNTimeIntervalNotificationTrigger triggerWithTimeInterval:time repeats:NO];
+ UNTimeIntervalNotificationTrigger *trigger = [UNTimeIntervalNotificationTrigger triggerWithTimeInterval:time repeats:repeats];
45
46
[Notification InternalPushNotification:msg
47
title:title
0 commit comments