update menu colors on the main screen, so we wont forget it in the future

This commit is contained in:
tibbi 2021-02-15 18:48:46 +01:00
parent 1e7405ee2d
commit 6e10df81d0
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ class MainActivity : SimpleActivity() {
override fun onCreateOptionsMenu(menu: Menu): Boolean {
menuInflater.inflate(R.menu.menu_main, menu)
updateMenuItemColors(menu)
return true
}