``` if (subscription.isNullOrUnsubscribed()) { ...
# announcements
l
Copy code
if (subscription.isNullOrUnsubscribed()) {
    // things
}
and you shouldn't need to use
!!