Skip to content

Commit 59f7bc6

Browse files
committed
[ISSUE-10] Solve the black color effect at the toolbar
1 parent 7f0ead2 commit 59f7bc6

File tree

1 file changed

+1
-2
lines changed
  • feature-list-streams/src/main/java/com/codandotv/streamplayerapp/feature_list_streams/list/presentation/screens

1 file changed

+1
-2
lines changed

feature-list-streams/src/main/java/com/codandotv/streamplayerapp/feature_list_streams/list/presentation/screens/ListStreamsScreen.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,10 @@ fun ListStreamsScreen(
6161
bottomBar = {
6262
StreamPlayerBottomNavigation(navController = navController)
6363
}
64-
) { innerPadding ->
64+
) { _ ->
6565
Box(
6666
modifier = Modifier
6767
.fillMaxSize()
68-
.padding(innerPadding)
6968
.background(MaterialTheme.colorScheme.background)
7069
) {
7170
if (uiState.isLoading) {

0 commit comments

Comments
 (0)