mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-01-22 06:36:00 +01:00
Merge pull request #494 from esensar/fix/new-alarm-refresh
Properly update alarms list when adding a new alarm
This commit is contained in:
commit
8ab9448f54
@ -96,7 +96,7 @@ class AlarmFragment : Fragment(), ToggleAlarmInterface {
|
||||
updatePrimaryColor()
|
||||
updateBackgroundColor(requireContext().getProperBackgroundColor())
|
||||
updateTextColor(requireContext().getProperTextColor())
|
||||
updateItems(alarms)
|
||||
updateItems(this@AlarmFragment.alarms)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user