Removed unused parameter
This commit is contained in:
parent
422b431fdf
commit
a9a35b304a
@ -284,7 +284,7 @@ class App {
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
TabContent(tabs, currentTab)
|
TabContent(currentTab)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -337,7 +337,7 @@ class App {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
private fun TabContent(tabs: List<TabInformation>, currentTab: TabInformation?) {
|
private fun TabContent(currentTab: TabInformation?) {
|
||||||
Box(
|
Box(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.background(MaterialTheme.colors.background)
|
.background(MaterialTheme.colors.background)
|
||||||
|
Loading…
Reference in New Issue
Block a user