Fixed build error (warning)
This commit is contained in:
parent
f54dfbd67b
commit
63df04e3ba
1 changed files with 2 additions and 2 deletions
|
@ -169,7 +169,7 @@ class App {
|
|||
}
|
||||
)
|
||||
|
||||
TabsContent(tabs, currentTab)
|
||||
TabContent(currentTab)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -220,7 +220,7 @@ class App {
|
|||
}
|
||||
|
||||
@Composable
|
||||
private fun TabsContent(tabs: List<TabInformation>, currentTab: TabInformation?) {
|
||||
private fun TabContent(currentTab: TabInformation?) {
|
||||
Box(
|
||||
modifier = Modifier
|
||||
.background(MaterialTheme.colors.background)
|
||||
|
|
Loading…
Reference in a new issue