Shoorie
Results
1
issues of
Shoorie
Hi, For test purposes I've modified the code of `launchFragmentInHiltContainer` to this: ```kotlin const val THEME_EXTRAS = "androidx.fragment.app.testing.FragmentScenario.EmptyFragmentActivity.THEME_EXTRAS_BUNDLE_KEY" inline fun launchFragmentInHiltContainer( fragmentArgs: Bundle? = null, @StyleRes themeResId: Int = R.style.FragmentScenarioEmptyFragmentActivityTheme,...