Skip to content

Commit

Permalink
알림에 날짜와 음소거 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
devroo committed Mar 20, 2024
1 parent 5f505f1 commit 53bdccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ Notification buildNotification(Context context, Bundle bundle) {
}

notificationBuilder.setOnlyAlertOnce(true);
notificationBuilder.setSilent(true);
notificationBuilder.setShowWhen(false);

return notificationBuilder.build();
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-foreground-notification",
"version": "0.0.6",
"version": "0.0.7",
"description": "A Foreground Service for React Native",
"main": "index.js",
"repository": "react-native-foreground-notification",
Expand Down

0 comments on commit 53bdccf

Please sign in to comment.