Navigation button not updating
This commit is contained in:
parent
e59e7fbfe0
commit
c923f843c0
2 changed files with 1 additions and 2 deletions
|
@ -135,13 +135,13 @@ class MainActivity : AbsSlidingMusicPanelActivity(),
|
|||
appLaunched(this)
|
||||
setupToolbar()
|
||||
checkUpdate()
|
||||
updateTabs()
|
||||
getBottomNavigationView().selectedItemId = PreferenceUtilKT.lastPage
|
||||
getBottomNavigationView().setOnNavigationItemSelectedListener {
|
||||
PreferenceUtilKT.lastPage = it.itemId
|
||||
selectedFragment(it.itemId)
|
||||
true
|
||||
}
|
||||
updateTabs()
|
||||
}
|
||||
|
||||
override fun onResume() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue