reset the 4 hourly caldav update at manual refreshing

This commit is contained in:
tibbi 2017-08-20 22:08:27 +02:00
parent 90164ba8ed
commit 3e6b64c4b6
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ class MainActivity : SimpleActivity(), NavigationListener {
putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true)
ContentResolver.requestSync(null, uri.authority, this)
}
scheduleCalDAVSync(true)
}
private val calDAVSyncObserver = object : ContentObserver(Handler()) {