-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Android: Increase RN-timers idling resources look-ahead to 1.5sec #1037
Conversation
4cf56f8
to
0ef1ef6
Compare
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.
I merged with master and disable artifacts snapshot checks. Let's see what's the verdict.
final int intervalMS = nextTimerReflected.field(TIMER_FIELD_INTERVAL).get(); | ||
final boolean isRepetitive = nextTimerReflected.field(TIMER_FIELD_REPETITIVE).get(); | ||
|
||
// Log.i(LOG_TAG, "Next timer has duration of: " + intervalMS |
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.
Not sure those comments are necessary, unless there's a hack that needs an explanation.
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.
Assuming you're referring to the comments and not the logs -
they're necessary because we didn't unit test, so there's nothing here to explain the idea behind the implementation. This will change soon, of course.
@rotemmiz why not rebase over master, instead? |
Anyways this branch is becoming stale. If you're not comfortable with the code, let's try to think of smt else :) |
We're going to squash it anyway, it doesn't matter. But build is still red. |
Retriggerd the build, let's see |
Cool, tnx :) |
@rotemmiz just for review, don't merge