refresh repeat description when days changed (#1325)

Change being made to explain wen task will repeat in real time, in
response to bug report, issue#1312
This commit is contained in:
Kristian Welsh 2020-06-10 15:49:09 +01:00 committed by GitHub
parent 36d7884ee0
commit 60dfc39674
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,6 +229,7 @@ class TaskSchedulingControls @JvmOverloads constructor(
createWeeklyRepeatViews()
weeklyRepeatWrapper.findViewWithTag<TextView>(weekday).sendAccessibilityEvent(
AccessibilityEvent.CONTENT_CHANGE_TYPE_CONTENT_DESCRIPTION)
generateSummary()
}
private fun isWeekdayActive(weekday: Int): Boolean {