Update weekly day count color on resume

This commit is contained in:
Naveen 2023-09-05 18:32:44 +05:30
parent cdca6d86c4
commit a390966228
No known key found for this signature in database
GPG key ID: 0E155DAD31671DA3

View file

@ -209,6 +209,7 @@ class WeekFragmentsHolder : MyFragmentHolder(), WeekFragmentListener {
}
updateDaysCount(context?.config?.weeklyViewDays ?: 7)
binding.weekViewDaysCount.setTextColor(requireContext().getProperTextColor())
}
private fun updateWeeklyViewDays(days: Int) {