-
Notifications
You must be signed in to change notification settings - Fork 467
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
Remove listening for screen lock and unlock events and add listening for onResume. #116
Conversation
191a837
to
c445a77
Compare
Codecov Report
@@ Coverage Diff @@
## main #116 +/- ##
==========================================
+ Coverage 63.84% 63.90% +0.06%
==========================================
Files 555 555
Lines 26127 26129 +2
Branches 7297 7297
==========================================
+ Hits 16682 16699 +17
- Misses 4817 4822 +5
+ Partials 4628 4608 -20
Continue to review full report at Codecov.
|
c445a77
to
fe0f3da
Compare
fe0f3da
to
1500b45
Compare
…for onResume. On some Android devices, the screen lock and unlock events are not paired, we can use the activity's onResume callback.
1500b45
to
e925946
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.
LGTM
On some Android devices, the screen lock and unlock events are not paired, we can use the activity's onResume callback.