redesign account tab media views

This commit is contained in:
Owen LeJeune
2022-11-04 15:42:28 -04:00
parent f8b6b67816
commit 216457c148
8 changed files with 167 additions and 104 deletions

View File

@@ -338,10 +338,6 @@ class MainActivity : MonetCompatActivity() {
val navBackStackEntry by navController.currentBackStackEntryAsState()
val currentRoute = navBackStackEntry?.destination?.route
// if (currentRoute in searchableScreens) {
// SearchBar(appBarTitle.value)
// }
MainNavGraph(
activity = this@MainActivity,
appNavController = appNavController,