mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-01-22 06:36:00 +01:00
Properly update alarms list when adding a new alarm
This commit is contained in:
parent
a3461ee074
commit
c1e30b5f42
@ -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