Skip to content

Commit c27f5d8

Browse files
committed
-
1 parent c311ddc commit c27f5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Native/Implementations/Notification.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ +(void)PushNotification:(NSString *)msg
4141
if(!notificationGranted)
4242
return;
4343

44-
UNTimeIntervalNotificationTrigger *trigger = [UNTimeIntervalNotificationTrigger triggerWithTimeInterval:time repeats:NO];
44+
UNTimeIntervalNotificationTrigger *trigger = [UNTimeIntervalNotificationTrigger triggerWithTimeInterval:time repeats:repeats];
4545

4646
[Notification InternalPushNotification:msg
4747
title:title

0 commit comments

Comments
 (0)