properly update the FAB color
This commit is contained in:
parent
5eb3fa6b91
commit
4c68b3b6af
|
@ -137,7 +137,10 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
||||||
|
|
||||||
storeStateVariables()
|
storeStateVariables()
|
||||||
updateWidgets()
|
updateWidgets()
|
||||||
updateTextColors(calendar_coordinator)
|
if (config.storedView != EVENTS_LIST_VIEW) {
|
||||||
|
updateTextColors(calendar_coordinator)
|
||||||
|
}
|
||||||
|
calendar_fab.setColors(config.textColor, getAdjustedPrimaryColor(), config.backgroundColor)
|
||||||
search_holder.background = ColorDrawable(config.backgroundColor)
|
search_holder.background = ColorDrawable(config.backgroundColor)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue