If it was nullable you could do `list?.isEmpty() ?...
# announcements
k
If it was nullable you could do
list?.isEmpty() ?: true
.