From 19388c2db01c4e608e503ed72825affd8f8f3a04 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 17 Jan 2021 10:34:53 -0500 Subject: [PATCH] [+] Write down the observed behavior of Timer --- ProjectClock/AlarmActivator.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ProjectClock/AlarmActivator.swift b/ProjectClock/AlarmActivator.swift index 449731e..77ba922 100644 --- a/ProjectClock/AlarmActivator.swift +++ b/ProjectClock/AlarmActivator.swift @@ -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 {