mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-06-05 22:19:17 +02:00
Properly update alarms list when adding a new alarm
This commit is contained in:
@ -96,7 +96,7 @@ class AlarmFragment : Fragment(), ToggleAlarmInterface {
|
|||||||
updatePrimaryColor()
|
updatePrimaryColor()
|
||||||
updateBackgroundColor(requireContext().getProperBackgroundColor())
|
updateBackgroundColor(requireContext().getProperBackgroundColor())
|
||||||
updateTextColor(requireContext().getProperTextColor())
|
updateTextColor(requireContext().getProperTextColor())
|
||||||
updateItems(alarms)
|
updateItems(this@AlarmFragment.alarms)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user