From baa2df95c9c5c1bb1b9c146bd742f84b589ca29f Mon Sep 17 00:00:00 2001 From: Bnyro Date: Mon, 23 May 2022 23:51:07 +0200 Subject: [PATCH] fixed bottomnav color --- app/src/main/java/com/github/libretube/MainActivity.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/com/github/libretube/MainActivity.kt b/app/src/main/java/com/github/libretube/MainActivity.kt index 19b50677b..dee6759cd 100644 --- a/app/src/main/java/com/github/libretube/MainActivity.kt +++ b/app/src/main/java/com/github/libretube/MainActivity.kt @@ -88,7 +88,6 @@ class MainActivity : AppCompatActivity() { "library" -> navController.navigate(R.id.library) } - bottomNavigationView.setBackgroundColor(0) // otherwise Navbar Theme doesn't change bottomNavigationView.setOnItemSelectedListener { when (it.itemId) { R.id.home2 -> {