Д
Size: a a a
Д
СП
СП
Д
VM
description.extra?.actionDate
тогда вообще не отображать dateView
JF
description.let{}
АМ
VM
description.extra?.actionDate?.let {
dateView?.setVisible(show = true)
dateView?.setTitle(R.string.description_extra_date)
dateView?.setDescription(it.toDateFormatStringWithUTC(appContext = context))
}
JF
АМ
JF
VM
null
, например description.extra?.actionDate
тогда не отображать вообще dateView
у которого как видно из кода выше сэтиться title
с description
VM
АМ
VM
АМ
VM
Т
АМ