Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77b85f87 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Comment out timezone minifying (not ready yet)

parent f5dcc112
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line

buildscript {
    ext.kotlin_version = '1.2.40'
    ext.kotlin_version = '1.2.41'
    ext.dokka_version = '0.9.16'

    repositories {
+2 −2
Original line number Diff line number Diff line
@@ -221,10 +221,10 @@ class Event: ICalendar() {
            exception.dtEnd?.timeZone?.let(usedTimeZones::add)
        }

        // add minified VTIMEZONE components
        // add VTIMEZONE components
        usedTimeZones.forEach {
            val tz = it.vTimeZone
            dtStart?.let { minifyVTimeZone(tz, it.date) }
            // TODO dtStart?.let { minifyVTimeZone(tz, it.date) }
            ical.components += tz
        }