Hi, I’ve never been able to buy into dagger2 but I’ve inherited some code that crashes when onResume() does anything when coming back from background to foreground..
@Inject
lateinit var fragmentDispatchingAndroidInjector: DispatchingAndroidInjector<Fragment>
override fun supportFragmentInjector(): AndroidInjector<Fragment> = fragmentDispatchingAndroidInjector