File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
lib/src/main/kotlin/at/bitfire/vcard4android/contactrow Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import java.time.temporal.Temporal
2424
2525object EventHandler : DataRowHandler() {
2626
27- // source: https://cs. android.com/android/ platform/superproject/main/+/main: packages/apps/Contacts/src/com/android/contacts/util/CommonDateUtils.java;drc=61197364367c9e404c7da6900658f1b16c42d0da;l= 25
27+ // source: https://android.googlesource. com/platform/packages/apps/Contacts/+/c326c157541978c180be4e3432327eceb1e66637/ src/com/android/contacts/util/CommonDateUtils.java# 25
2828 private val acceptableFormats: List <Pair <DateTimeFormatter , (String , DateTimeFormatter ) - > Temporal >> = listOf (
2929 // Formats provided by Android's CommonDateUtils
3030 DateTimeFormatter .ofPattern(" yyyy-MM-dd'T'HH:mm:ss.SSSXXX" ) to OffsetDateTime ::parse,
You can’t perform that action at this time.
0 commit comments