update menu colors on the main screen, so we wont forget it in the future
This commit is contained in:
parent
1e7405ee2d
commit
6e10df81d0
|
@ -100,6 +100,7 @@ class MainActivity : SimpleActivity() {
|
|||
|
||||
override fun onCreateOptionsMenu(menu: Menu): Boolean {
|
||||
menuInflater.inflate(R.menu.menu_main, menu)
|
||||
updateMenuItemColors(menu)
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue