File tree Expand file tree Collapse file tree
app/src/main/java/org/schabi/newpipe/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import androidx.compose.material3.SearchBar
2121import androidx.compose.material3.SearchBarDefaults
2222import androidx.compose.material3.Text
2323import androidx.compose.material3.TopAppBar
24- import androidx.compose.material3.TopAppBarDefaults
2524import androidx.compose.runtime.Composable
2625import androidx.compose.runtime.getValue
2726import androidx.compose.runtime.mutableStateOf
@@ -82,10 +81,6 @@ fun Toolbar(
8281 TopAppBar (
8382 title = { Text (text = title) },
8483 modifier = modifier,
85- colors = TopAppBarDefaults .topAppBarColors(
86- containerColor = MaterialTheme .colorScheme.primary,
87- titleContentColor = MaterialTheme .colorScheme.onPrimary,
88- ),
8984 navigationIcon = {
9085 onNavigateBack?.let { NavigationIcon (onNavigateBack) }
9186 },
You can’t perform that action at this time.
0 commit comments