mirror of
https://github.com/bitfireAT/davx5-ose.git
synced 2025-12-23 23:17:50 -05:00
TaskSyncer: accept nullable ResyncType (#1487)
Fix TaskSyncer constructor to accept nullable ResyncType
This commit is contained in:
@@ -24,7 +24,7 @@ import kotlinx.coroutines.runBlocking
|
||||
class TaskSyncer @AssistedInject constructor(
|
||||
@Assisted account: Account,
|
||||
@Assisted val providerName: TaskProvider.ProviderName,
|
||||
@Assisted resync: ResyncType,
|
||||
@Assisted resync: ResyncType?,
|
||||
@Assisted syncResult: SyncResult,
|
||||
localTaskListStoreFactory: LocalTaskListStore.Factory,
|
||||
private val tasksAppManager: dagger.Lazy<TasksAppManager>,
|
||||
|
||||
Reference in New Issue
Block a user