mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-05-09 14:29:05 +02: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()
|
updatePrimaryColor()
|
||||||
updateBackgroundColor(requireContext().getProperBackgroundColor())
|
updateBackgroundColor(requireContext().getProperBackgroundColor())
|
||||||
updateTextColor(requireContext().getProperTextColor())
|
updateTextColor(requireContext().getProperTextColor())
|
||||||
updateItems(alarms)
|
updateItems(this@AlarmFragment.alarms)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user