Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show a notification at sync when ContentProvider inaccessible #1253

Open
sunkup opened this issue Jan 20, 2025 · 0 comments · May be fixed by #1278
Open

Show a notification at sync when ContentProvider inaccessible #1253

sunkup opened this issue Jan 20, 2025 · 0 comments · May be fixed by #1278
Assignees
Labels
enhancement New feature or request

Comments

@sunkup
Copy link
Member

sunkup commented Jan 20, 2025

When the contacts or calendar storage apps are disabled or missing, we show a warning in the accounts view (See #1228). We should also show a notification when the user tries to sync while their contacts or calendar storage are disabled/missing. At the moment we only log it and mark it as contentProviderError in the sync result.

See:

We should probably also extract the notification related methods from the SyncManager to a separate class which can be used by Syncer and SyncManager or maybe even only the BaseSyncWorker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant