Be sure not to add a `?` before the `.orEmpty()` c...
# android
r
Be sure not to add a
?
before the
.orEmpty()
call, otherwise the whole expression will be nullable again.