Added alarmTone property to Alarm class.

This commit is contained in:
Aaron
2021-01-24 18:09:40 -05:00
parent 26aa07f4b1
commit 49576828b6
2 changed files with 6 additions and 2 deletions
@@ -63,7 +63,7 @@ class AlarmActivationViewController: UIViewController
@objc func playSound()
{
AudioServicesPlayAlertSound(SystemSoundID(1005))
AudioServicesPlayAlertSound(currentAlarm!.alarmTone)
AudioServicesPlayAlertSound(kSystemSoundID_Vibrate)
}