diff --git a/lib/notifications.js b/lib/notifications.js index e8bbfe3..d34d752 100644 --- a/lib/notifications.js +++ b/lib/notifications.js @@ -57,6 +57,7 @@ export default function setupNotifications(navigate, setDate) { vibrate: false, repeatType: 'day', channelId: 'drip-channel-id', + allowWhileIdle: true, }) } }, false) @@ -100,6 +101,7 @@ function setupPeriodReminder() { date: reminderDate.toDate(), vibrate: false, channelId: 'drip-channel-id', + allowWhileIdle: true, }) } }