galex
08/04/2020, 7:19 AMlaunchInComposition() {} inside a @Composable extension function? The extension function looks like the following:
@Composable
fun <I, O> ActivityResultRegistry.activityResultLauncher(): : ActivityResultLauncher<I> {}
But inside of it inside another Composable, I am unable to call launchInComposition (see screenshot).Fudge
08/04/2020, 7:37 AMFudge
08/04/2020, 7:37 AMgalex
08/04/2020, 12:59 PM