Skip to content
Commit 10ee9baa authored by Shawn Lee's avatar Shawn Lee
Browse files

Prevent flings after motion gestures on fully expanded keyguard take 2

Narrower version of original reverted change.

Any up-down gesture on keyguard would trigger a fling that visibly
jumped the keyguard up due to the different height calculation for
shade vs keyguard. If the gesture was quick enough, we were stuck
with this incorrect expansion fraction until the next touch.
This change simply blocks flings on keyguard off
guestures that end at full expansion, since touch has already
been intercepted by NotificationShadeWindowViewController when
we're about to fling from that state.

Test: manual
Bug: 259023628
Change-Id: I0c8d585c964ec8046395b260b5a7a60849beab2b
parent 5ac43d6f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment