Skip to content

Commit

Permalink
Add a todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chikoski committed May 20, 2024
1 parent 149466c commit 21ec05b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 21ec05b

Please sign in to comment.