is there way around not using !! in this case? I a...
# announcements
u
is there way around not using !! in this case? I am doing the null check so why ... multithreading?
Copy code
protected val toolbar: TintToolbar? by bindOptionalView(R.id.toolbar)
...
if (toolbar != null) onSetupToolbar(toolbar!!)