`activity!!` and `activity ?: throw NullPointerExc...
# android
m
activity!!
and
activity ?: throw NullPointerException()
are effectively the same