danvratil/FBEventSync

Disabled calendars are not unsynced

Closed this issue · 2 comments

I've disabled birthday sync, clicked sync, but I can still see birthdays in my calendar. What to do?

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.

Implemented in commit 29d7c9b