Merge pull request #494 from esensar/fix/new-alarm-refresh

Properly update alarms list when adding a new alarm
This commit is contained in:
Tibor Kaputa
2023-08-17 16:45:05 +02:00
committed by GitHub

View File

@ -96,7 +96,7 @@ class AlarmFragment : Fragment(), ToggleAlarmInterface {
updatePrimaryColor()
updateBackgroundColor(requireContext().getProperBackgroundColor())
updateTextColor(requireContext().getProperTextColor())
updateItems(alarms)
updateItems(this@AlarmFragment.alarms)
}
}
}