You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scale recency limit with iOS timer delay to prevent false rejections
iOS backgrounds the app during walks, delaying 60s timers to 200-293s.
The fixed 30s recency limit would reject genuine walks because the user
naturally stopped before the delayed timer fired. Now adds the timer
delay to the recency limit so on-time timers stay strict (30s) while
delayed timers account for iOS backgrounding.
0 commit comments