-
Notifications
You must be signed in to change notification settings - Fork 121
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
Stop free scrolling on app hide #901
Conversation
@jellefoks let me know if you think I'm using the wrong lifecycle states here |
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.
Resetting scroll on Conceal/Freeze makes sense to me
841e3b4
to
46078d2
Compare
Codecov Report
@@ Coverage Diff @@
## main #901 +/- ##
==========================================
- Coverage 57.58% 57.58% -0.01%
==========================================
Files 1905 1905
Lines 94754 94764 +10
==========================================
+ Hits 54566 54570 +4
- Misses 40188 40194 +6
|
@kaidokert @sherryzy would y'all be able to take another look after the more recent commits? Thanks! |
Looks fine to me, the cleanup in destructor looks correct |
Here's the current failure that I'm debugging, happens during the
Haven't been able to recreate it by manually sending SIGUSR1 to the cobalt process after launching it. Tried replacing the call to I'm also noticing that Cobalt seem to crash in general during black box tests if it is hidden in some way, i.e. if I click to another window. That seems a little strange, as that is just a |
7402b88
to
978a9a0
Compare
978a9a0
to
3476212
Compare
3476212
to
2fc6bb3
Compare
2fc6bb3
to
3623b78
Compare
Even after |
b1f8939
to
ed06432
Compare
Oh, well of course it didn't, I didn't use the |
b/290655439 b/290846002 Change-Id: I11dc576104b4cac75537ed95392a6f175d4dc4b3
Causes a gn check error due to scroll engine depending on lifecycle observer. b/290846002
b/290846002
b/290846002
ed06432
to
b3635ba
Compare
Merging to unblock Sherry in writing black box tests, but we'll keep an eye on if we see regressions in scroll behavior |
b/290655439 b/290846002 (cherry picked from commit 55656d5)
Refer to the original PR: #901 b/290655439 b/290846002 Co-authored-by: Andrew Savage <[email protected]>
b/290655439
b/290846002