do not update the text colors on resume if the Events list view is selected

This commit is contained in:
tibbi 2017-05-24 19:27:01 +02:00
parent 9812bf56a7
commit 8003febf23
1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,8 @@ class MainActivity : SimpleActivity(), NavigationListener {
}
updateWidgets()
updateTextColors(calendar_coordinator)
if (config.storedView != EVENTS_LIST_VIEW)
updateTextColors(calendar_coordinator)
}
override fun onPause() {