We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f244920 commit fa3f892Copy full SHA for fa3f892
app/src/main/kotlin/at/bitfire/davdroid/di/CustomCertManagerModule.kt
@@ -35,8 +35,7 @@ class CustomCertManagerModule {
35
settings: SettingsManager
36
): Optional<CustomCertManager> =
37
if (BuildConfig.allowCustomCerts)
38
- Optional.of(
39
- CustomCertManager(
+ Optional.of(CustomCertManager(
40
certStore = CustomCertStore.getInstance(context),
41
settings = object : SettingsProvider {
42
0 commit comments