completely different topic, I'm wondering if it's ...
# android
k
completely different topic, I'm wondering if it's good style to use static injection with Dagger 2 with default arguments, e.g.
fun NaviFragment.autoBus(bus: Bus = MyApplication.component.bus
.