Skip to content

Conversation

@DaniilPavlenko
Copy link

The App() function has the countries parameter with a default argument countries().

fun App(countries: List<Country> = countries()) {

But it is never used in the function.

countries().forEach { (name, zone) ->
DropdownMenuItem(
text = { Text(name)},
onClick = {
timeAtLocation = currentTimeAt(name, zone)
showCountries = false
}
)
}

@DaniilPavlenko DaniilPavlenko requested a review from a team as a code owner October 20, 2025 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant