mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
fixed bottomnav color
This commit is contained in:
parent
23daaccac5
commit
baa2df95c9
@ -88,7 +88,6 @@ class MainActivity : AppCompatActivity() {
|
|||||||
"library" -> navController.navigate(R.id.library)
|
"library" -> navController.navigate(R.id.library)
|
||||||
}
|
}
|
||||||
|
|
||||||
bottomNavigationView.setBackgroundColor(0) // otherwise Navbar Theme doesn't change
|
|
||||||
bottomNavigationView.setOnItemSelectedListener {
|
bottomNavigationView.setOnItemSelectedListener {
|
||||||
when (it.itemId) {
|
when (it.itemId) {
|
||||||
R.id.home2 -> {
|
R.id.home2 -> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user