You can extract it to a local value, or use `let` ...
# announcements
o
You can extract it to a local value, or use
let
Copy code
view?.let {
   if (it.isPageVisible()) { … }
}