[+] Display local alarms in Alarm table

This commit is contained in:
Hykilpikonna
2021-01-17 13:01:17 -05:00
parent bbd1520f5d
commit 0571645df7
3 changed files with 5 additions and 9 deletions
+2 -2
View File
@@ -10,8 +10,7 @@ import Foundation
/**
Class to activate alarms when the user is inside the app
Note: This will not run when app is switched to the background,
but it will run right after the user switched back to the app.
Note: This will not run when app is switched to the background or when the display is turned off, but it will run right after the user switched back to the app.
*/
class AlarmActivator
{
@@ -44,6 +43,7 @@ class AlarmActivator
*/
@objc func check()
{
NSLog("Check")
}
}