Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eastshine2741 committed Jan 21, 2024
1 parent dc643ec commit 8fc699d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ fun MegaphoneIcon(
modifier = modifier,
painter = painterResource(id = R.drawable.ic_megaphone),
contentDescription = "",
colorFilter = colorFilter
colorFilter = colorFilter,
)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class RootActivity : AppCompatActivity() {
vacancyViewModel = vacancyViewModel,
)
}

composable2(NavigationDestination.LectureColorSelector) {
val parentEntry = remember(it) {
navController.getBackStackEntry(NavigationDestination.Home)
Expand Down

0 comments on commit 8fc699d

Please sign in to comment.