Skip to content
Commit b6545c44 authored by Peter_Liang's avatar Peter_Liang
Browse files

Fix the jelly effect when scrolling the a11y floating menu.

Root cause:
The default scroll mode of RecyclerView is scrollable.

Solution:
Set OVER_SCROLL_ALWAYS when the actual height of target list exceed the
available height, otherwise OVER_SCROLL_NEVER.

Bug: 184817161
Test: atest AccessibilityFloatingMenuViewTest
Change-Id: I9a2bfd674141475e5546b1ed5450e65132ffd384
parent 463493f5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment