jtxBoard: added localCollection.updateLastSync() in post-processing (bitfireAT/davx5#505)

* added localCollection.updateLastSync() in post-processing

* Update build.gradle

updated ical4android version

* Update build.gradle

* Update build.gradle

---------

Co-authored-by: Ricki Hirner <hirner@bitfire.at>
This commit is contained in:
Patrick Lang 2024-01-25 15:46:36 +01:00 committed by Ricki Hirner
parent 202a91a7a4
commit dcba94ac70
No known key found for this signature in database
GPG key ID: 79A019FCAAEDD3AA
2 changed files with 4 additions and 2 deletions

View file

@ -117,7 +117,9 @@ class JtxSyncManager(
}
}
override fun postProcess() { /* nothing to do */ }
override fun postProcess() {
localCollection.updateLastSync()
}
override fun notifyInvalidResourceTitle(): String =
context.getString(R.string.sync_invalid_event)

View file

@ -54,4 +54,4 @@ allprojects {
// AppIntro, dav4jvm
maven { url "https://jitpack.io" }
}
}
}