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

Unverified Commit 05859b83 authored by Patrick Lang's avatar Patrick Lang Committed by GitHub
Browse files

Updated UID generation for jtx Board (#33)

parent 954bad40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ open class JtxICalObject(
    var location: String? = null
    var locationAltrep: String? = null

    var uid: String = "${System.currentTimeMillis()}-${UUID.randomUUID()}@at.techbee.jtx"
    var uid: String = UUID.randomUUID().toString()

    var created: Long = System.currentTimeMillis()
    var dtstamp: Long = System.currentTimeMillis()