Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit d1112a6

Browse files
authored
Merge pull request #457 from mars-lan/master
Add missing "category" parameter when scheduling local notifications.
2 parents 49b5f22 + 98b73ac commit d1112a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ Notifications.localNotificationSchedule = function(details: Object) {
168168
category: details.category,
169169
soundName: soundName,
170170
userInfo: details.userInfo,
171-
repeatInterval: details.repeatType
171+
repeatInterval: details.repeatType,
172+
category: details.category,
172173
};
173174

174175
if(details.number) {

0 commit comments

Comments
 (0)