diff --git a/app/src/main/kotlin/at/bitfire/davdroid/resource/LocalTask.kt b/app/src/main/kotlin/at/bitfire/davdroid/resource/LocalTask.kt index 9c54f04ca..d1b8b2202 100644 --- a/app/src/main/kotlin/at/bitfire/davdroid/resource/LocalTask.kt +++ b/app/src/main/kotlin/at/bitfire/davdroid/resource/LocalTask.kt @@ -23,7 +23,9 @@ import java.util.Optional */ class LocalTask: DmfsTask, LocalResource { - override var fileName: String? = null + override var fileName: String? + get() = syncId + set(value) { syncId = value } /** * Note: Schedule-Tag for tasks is not supported