make sure to always update the top menu colors

This commit is contained in:
tibbi 2020-04-19 21:29:01 +02:00
parent ebf2234f3f
commit 5db1695692
3 changed files with 14 additions and 1 deletions

View file

@ -150,6 +150,7 @@ class ThreadActivity : SimpleActivity() {
findItem(R.id.block_number).isVisible = isNougatPlus()
}
updateMenuItemColors(menu)
return true
}