Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaster committed Oct 16, 2023
1 parent 3caa2db commit af500e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ typealias PreComposeActivity = ComponentActivity
""",
replaceWith = ReplaceWith("androidx.activity.compose.setContent"),
)
@Suppress("DEPRECATION")
fun PreComposeActivity.setContent(
parent: CompositionContext? = null,
content: @Composable () -> Unit,
Expand Down

0 comments on commit af500e9

Please sign in to comment.