fix #1150, remove the Manual flag at caldav syncing

This commit is contained in:
tibbi 2021-02-23 15:56:25 +01:00
parent c2b31a8de4
commit 92342d927c
1 changed files with 0 additions and 1 deletions

View File

@ -521,7 +521,6 @@ fun Context.refreshCalDAVCalendars(ids: String, showToasts: Boolean) {
}
Bundle().apply {
putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true)
putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true)
accounts.forEach {
ContentResolver.requestSync(it, uri.authority, this)