mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
removing some redundant color setters
This commit is contained in:
@@ -145,12 +145,8 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
|||||||
|
|
||||||
storeStateVariables()
|
storeStateVariables()
|
||||||
updateWidgets()
|
updateWidgets()
|
||||||
if (config.storedView != EVENTS_LIST_VIEW) {
|
updateTextColors(calendar_coordinator)
|
||||||
updateTextColors(calendar_coordinator)
|
|
||||||
}
|
|
||||||
search_placeholder.setTextColor(config.textColor)
|
|
||||||
search_placeholder_2.setTextColor(config.textColor)
|
|
||||||
calendar_fab.setColors(config.textColor, getAdjustedPrimaryColor(), config.backgroundColor)
|
|
||||||
search_holder.background = ColorDrawable(config.backgroundColor)
|
search_holder.background = ColorDrawable(config.backgroundColor)
|
||||||
checkSwipeRefreshAvailability()
|
checkSwipeRefreshAvailability()
|
||||||
checkShortcuts()
|
checkShortcuts()
|
||||||
|
Reference in New Issue
Block a user