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 9c968ef commit 67246baCopy full SHA for 67246ba
app/src/main/java/at/bitfire/icsdroid/CalendarFetcher.kt
@@ -159,7 +159,7 @@ open class CalendarFetcher(
159
val contentType: ContentType? = try {
160
response.contentType()
161
} catch (e: BadContentTypeFormatException) {
162
- Log.w(Constants.TAG,"Failed to parse content type. Continuing without.", e)
+ Log.w(Constants.TAG, "Failed to parse content type. Continuing without.", e)
163
null
164
}
165
onSuccess(
0 commit comments