Removed unused parameter

This commit is contained in:
Abdelilah El Aissaoui 2024-09-08 23:45:46 +02:00
parent 422b431fdf
commit a9a35b304a
No known key found for this signature in database
GPG Key ID: 7587FC860F594869

View File

@ -284,7 +284,7 @@ class App {
}
)
TabContent(tabs, currentTab)
TabContent(currentTab)
}
}
}
@ -337,7 +337,7 @@ class App {
}
@Composable
private fun TabContent(tabs: List<TabInformation>, currentTab: TabInformation?) {
private fun TabContent(currentTab: TabInformation?) {
Box(
modifier = Modifier
.background(MaterialTheme.colors.background)