reset the 4 hourly caldav update at manual refreshing
This commit is contained in:
parent
90164ba8ed
commit
3e6b64c4b6
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue