There’s no error here: ``` var dashboardInActiveTi...
# announcements
m
There’s no error here:
Copy code
var dashboardInActiveTimestamp: Long? by Delegates.observable(0L) { prop, old, new ->
}