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
1 changed files with 1 additions and 0 deletions

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) {