Fixed build error (warning)

This commit is contained in:
Abdelilah El Aissaoui 2023-04-06 20:10:30 +02:00
parent f54dfbd67b
commit 63df04e3ba
No known key found for this signature in database
GPG key ID: 7587FC860F594869

View file

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