Skip to content

Commit

Permalink
Unnecessary forced null
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Mora Gras <[email protected]>
  • Loading branch information
ArnyminerZ authored and rfc2822 committed Nov 11, 2024
1 parent 7a46f57 commit b4b7bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/at/bitfire/davdroid/db/Collection.kt
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ data class Collection(
}

if (timezoneId == null && timezone != null) {
timezoneId = DateUtils.parseVTimeZone(timezone!!).timeZoneId?.value
timezoneId = DateUtils.parseVTimeZone(timezone).timeZoneId?.value
}

// WebDAV-Push
Expand Down

0 comments on commit b4b7bad

Please sign in to comment.