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

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)