Skip to content
Snippets Groups Projects
Commit 8d1b6a9d authored by Mohamed Metwalli's avatar Mohamed Metwalli
Browse files

lint

parent 0b26b3fd
No related branches found
No related tags found
No related merge requests found
package testhelpers;
package testhelpers
import android.os.Bundle
import androidx.annotation.StyleRes
......@@ -22,5 +22,3 @@ inline fun <reified F : Fragment> launchFragmentInContainer2(
@StyleRes themeResId: Int = R.style.AppTheme,
factory: FragmentFactory? = null
) = FragmentScenario.launchInContainer(F::class.java, fragmentArgs, themeResId, factory)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment