Properly update alarms list when adding a new alarm
This commit is contained in:
parent
a3461ee074
commit
c1e30b5f42
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class AlarmFragment : Fragment(), ToggleAlarmInterface {
|
|||
updatePrimaryColor()
|
||||
updateBackgroundColor(requireContext().getProperBackgroundColor())
|
||||
updateTextColor(requireContext().getProperTextColor())
|
||||
updateItems(alarms)
|
||||
updateItems(this@AlarmFragment.alarms)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue