diff --git a/JetStreamCompose/jetstream/src/main/java/com/google/jetstream/presentation/utils/BringIntoViewIfChildrenAreFocused.kt b/JetStreamCompose/jetstream/src/main/java/com/google/jetstream/presentation/utils/BringIntoViewIfChildrenAreFocused.kt index cd38b791..6f1eb9ba 100644 --- a/JetStreamCompose/jetstream/src/main/java/com/google/jetstream/presentation/utils/BringIntoViewIfChildrenAreFocused.kt +++ b/JetStreamCompose/jetstream/src/main/java/com/google/jetstream/presentation/utils/BringIntoViewIfChildrenAreFocused.kt @@ -31,6 +31,7 @@ import androidx.compose.ui.unit.toSize @Suppress("IllegalExperimentalApiUsage") // TODO (b/233188423): Address before moving to beta @OptIn(ExperimentalFoundationApi::class) +// ToDo: Migrate to Modifier.Node and stop using composed function. internal fun Modifier.bringIntoViewIfChildrenAreFocused( paddingValues: PaddingValues = PaddingValues() ): Modifier = composed(