app icon indicating copy to clipboard operation
app copied to clipboard

When a user manually edits Notification Settings, settings should be updated accordingly

Open epicfaace opened this issue 5 years ago • 1 comments

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 setNotificationsEnabled accordingly 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).

epicfaace avatar Nov 14 '20 11:11 epicfaace

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.

stale[bot] avatar Dec 16 '20 12:12 stale[bot]