-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add double background pixel with timestamps of possible interfering events #3749
Conversation
…ppen between first and last background
|
||
init(firstTimeBackgroundTimestamp: Date, counter: Int) { | ||
let secondBackgroundTimestamp = Date() | ||
self.firstTimeBackgroundTimestamp = secondBackgroundTimestamp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These names are difficult to reason about, maybe:
let firstTimeBackgroundTimestamp: Date
-> let currentBackgroundEventStartTimestamp: Date
init(prevoiusDidEnterBackgroundTimestamp: Date, counter: Int)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Task/Issue URL: https://app.asana.com/0/0/1208997399449398/f
Description:
Add double background pixel with timestamps of possibly interfering events