File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
app/src/main/java/org/schabi/newpipe/ui Expand file tree Collapse file tree 2 files changed +1
-6
lines changed 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 },
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ teamnewpipe-nanojson = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
5858# the corresponding commit hash, since JitPack sometimes deletes artifacts.
5959# If there’s already a git hash, just add more of it to the end (or remove a letter)
6060# to cause jitpack to regenerate the artifact.
61- teamnewpipe-newpipe-extractor = " 0023b22095a2d62a60cdfc87f4b5cd85c8b266c "
61+ teamnewpipe-newpipe-extractor = " 0023b22095a2d62a60cdfc87f4b5cd85c8b2 "
6262webkit = " 1.9.0"
6363work = " 2.10.0"
6464
You can’t perform that action at this time.
0 commit comments