Update weekly day count color on resume
This commit is contained in:
parent
cdca6d86c4
commit
a390966228
|
@ -209,6 +209,7 @@ class WeekFragmentsHolder : MyFragmentHolder(), WeekFragmentListener {
|
|||
}
|
||||
|
||||
updateDaysCount(context?.config?.weeklyViewDays ?: 7)
|
||||
binding.weekViewDaysCount.setTextColor(requireContext().getProperTextColor())
|
||||
}
|
||||
|
||||
private fun updateWeeklyViewDays(days: Int) {
|
||||
|
|
Loading…
Reference in New Issue