[+] Add a button to stop an alarm

This commit is contained in:
Hykilpikonna
2021-01-21 13:57:37 -05:00
parent 2eeb560fbb
commit 634ad5aaf8
2 changed files with 9 additions and 4 deletions
@@ -56,4 +56,9 @@ class AlarmActivationViewController: UIViewController
}
}
}
@IBAction func debugForceStop(_ sender: Any)
{
timer?.invalidate()
}
}