[+] Add a button to stop an alarm
This commit is contained in:
@@ -56,4 +56,9 @@ class AlarmActivationViewController: UIViewController
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@IBAction func debugForceStop(_ sender: Any)
|
||||
{
|
||||
timer?.invalidate()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user