Disabled calendars are not unsynced
Closed this issue · 2 comments
danvratil commented
I've disabled birthday sync, clicked sync, but I can still see birthdays in my calendar. What to do?
danvratil commented
The changes in SharedPreferences done in the app are not visible to the Service until it restarts. I guess we need to finally do what the documentation says, that is to use custom ContentProvider to safely share settings between both processes.