mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-14 19:39:19 +00:00
Add: Repositories' fragment into the navigation graph/menu
This commit is contained in:
@ -86,7 +86,7 @@ class PrefsActivityX : AppCompatActivity() {
|
||||
binding.bottomNavigation.setupWithNavController(navController)
|
||||
|
||||
appBarConfiguration = AppBarConfiguration(
|
||||
setOf(R.id.userTab, R.id.updateTab, R.id.otherTab)
|
||||
setOf(R.id.userTab, R.id.updateTab, R.id.reposTab, R.id.otherTab)
|
||||
)
|
||||
setupActionBarWithNavController(navController, appBarConfiguration)
|
||||
|
||||
|
Reference in New Issue
Block a user