app
app copied to clipboard
When a user manually edits Notification Settings, settings should be updated accordingly
Right now, if a user manually disables notifications through the Settings app, setNotificationsEnabled is not called, so the settings page will be out of sync (it will say that notifications are still enabled, when they're actually disabled).
Instead, we should do the following:
- On app startup (or whenever the settings page is initially opened), check to see if notifications are enabled / disabled
- Call
setNotificationsEnabledaccordingly to keep settings in sync
Unfortunately, it appears that this issue can't be confirmed / tested using an iOS simulator as it can't receive notifications (so you can't update notification settings from the Settings app either).
This item has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.