update fragment colors on resume

This commit is contained in:
tibbi 2022-06-23 23:08:12 +02:00
parent 00f2e36e8b
commit 7715eb1339
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ class MainActivity : SimpleActivity() {
setupTabColors()
getAllFragments().forEach {
it?.setupColors(getProperTextColor(), getProperPrimaryColor(), getProperPrimaryColor())
}
if (!isSearchOpen) {
if (storedShowTabs != config.showTabs) {
System.exit(0)