could just use `config.isTransparentToolbar() == t...
# announcements
c
could just use
config.isTransparentToolbar() == true
iirc
a
That's what you can do with nullable booleans in Kotlin, but I'm referencing it from Java so it's not quite the same. I get another lint warning that it can be simplified 😂