properly handle coloring compound drawables

This commit is contained in:
tibbi
2021-11-19 16:59:37 +01:00
parent a6ce64909d
commit 6dead1ea80
3 changed files with 3 additions and 4 deletions

View File

@ -22,7 +22,6 @@ class EditTimerDialog(val activity: SimpleActivity, val timer: Timer, val callba
updateAlarmTime()
view.apply {
edit_timer_initial_time.colorCompoundDrawable(textColor)
edit_timer_initial_time.text = timer.seconds.getFormattedDuration()
edit_timer_initial_time.setTextColor(textColor)