do not update the text colors on resume if the Events list view is selected
This commit is contained in:
parent
9812bf56a7
commit
8003febf23
|
@ -107,6 +107,7 @@ class MainActivity : SimpleActivity(), NavigationListener {
|
||||||
}
|
}
|
||||||
|
|
||||||
updateWidgets()
|
updateWidgets()
|
||||||
|
if (config.storedView != EVENTS_LIST_VIEW)
|
||||||
updateTextColors(calendar_coordinator)
|
updateTextColors(calendar_coordinator)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue