[+] Write down the observed behavior of Timer

This commit is contained in:
Hykilpikonna
2021-01-17 10:34:53 -05:00
parent 879689a10a
commit 19388c2db0
+3
View File
@@ -9,6 +9,9 @@ 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.
*/
class AlarmActivator
{