mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
properly update the FAB color
This commit is contained in:
@ -137,7 +137,10 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
|||||||
|
|
||||||
storeStateVariables()
|
storeStateVariables()
|
||||||
updateWidgets()
|
updateWidgets()
|
||||||
|
if (config.storedView != EVENTS_LIST_VIEW) {
|
||||||
updateTextColors(calendar_coordinator)
|
updateTextColors(calendar_coordinator)
|
||||||
|
}
|
||||||
|
calendar_fab.setColors(config.textColor, getAdjustedPrimaryColor(), config.backgroundColor)
|
||||||
search_holder.background = ColorDrawable(config.backgroundColor)
|
search_holder.background = ColorDrawable(config.backgroundColor)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user