mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-21 21:29:00 +00:00
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:
parent
36d7884ee0
commit
60dfc39674
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue