File tree 1 file changed +5
-0
lines changed
app/src/main/kotlin/at/bitfire/davdroid/sync
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,10 @@ import at.bitfire.davdroid.settings.AccountSettings
19
19
import at.bitfire.davdroid.util.TaskUtils
20
20
import at.bitfire.ical4android.JtxCollection
21
21
import at.bitfire.ical4android.TaskProvider
22
+ import dagger.hilt.EntryPoint
23
+ import dagger.hilt.InstallIn
22
24
import dagger.hilt.android.EntryPointAccessors
25
+ import dagger.hilt.components.SingletonComponent
23
26
import okhttp3.HttpUrl
24
27
import okhttp3.HttpUrl.Companion.toHttpUrl
25
28
import java.util.logging.Level
@@ -29,6 +32,8 @@ import java.util.logging.Level
29
32
*/
30
33
class JtxSyncer (context : Context ): Syncer(context) {
31
34
35
+ @EntryPoint
36
+ @InstallIn(SingletonComponent ::class )
32
37
interface JtxSyncerEntryPoint {
33
38
fun jtxSyncManagerFactory (): JtxSyncManager .Factory
34
39
}
You can’t perform that action at this time.
0 commit comments