Skip to content

Commit

Permalink
Suppress lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
soulcramer committed Feb 2, 2024
1 parent 3e314e4 commit ad90e9b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,8 @@ private fun Scrim(
targetValue = if (visible) 1f else 0f,
animationSpec = TweenSpec(),
)
// This is a deprecated fork that we needed at the start. it's not a big deal if we use this resource
@Suppress("PrivateResource")
val closeSheet = resources().getString(androidx.compose.ui.R.string.close_sheet)
val dismissModifier = if (visible) {
Modifier
Expand Down

0 comments on commit ad90e9b

Please sign in to comment.