Skip to content

Commit 96bb0f6

Browse files
Revert toolbar colors as it is handled in #12654
1 parent cbb2f84 commit 96bb0f6

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

app/src/main/java/org/schabi/newpipe/ui/Toolbar.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import androidx.compose.material3.SearchBar
2121
import androidx.compose.material3.SearchBarDefaults
2222
import androidx.compose.material3.Text
2323
import androidx.compose.material3.TopAppBar
24-
import androidx.compose.material3.TopAppBarDefaults
2524
import androidx.compose.runtime.Composable
2625
import androidx.compose.runtime.getValue
2726
import 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
},

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
6262
webkit = "1.9.0"
6363
work = "2.10.0"
6464

0 commit comments

Comments
 (0)