Skip to content

Commit

Permalink
🔧 ./gradlew detekt --auto-correct
Browse files Browse the repository at this point in the history
  • Loading branch information
Corvus400 committed Sep 6, 2024
1 parent cc810d3 commit 73cc6d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ data class AboutUiState(
@Composable
fun AboutScreen(
onAboutItemClick: (AboutItem) -> Unit,
contentPadding: PaddingValues = PaddingValues(),
modifier: Modifier = Modifier,
contentPadding: PaddingValues = PaddingValues(),
) {
val uiState = aboutScreenPresenter()
val snackbarHostState = remember { SnackbarHostState() }
Expand All @@ -91,8 +91,8 @@ fun AboutScreen(
fun AboutScreen(
uiState: AboutUiState,
snackbarHostState: SnackbarHostState,
contentPadding: PaddingValues,
onAboutItemClick: (AboutItem) -> Unit,
contentPadding: PaddingValues,
modifier: Modifier = Modifier,
) {
val scrollBehavior = TopAppBarDefaults.pinnedScrollBehavior()
Expand Down

0 comments on commit 73cc6d0

Please sign in to comment.