Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit dd84614f authored by Michal Brzezinski's avatar Michal Brzezinski
Browse files

Fixing App Selector scrolling with Talkback

RecyclerView stopped scrolling because we're setting custom AccessibilityDelegate for it but that overrides the delegate that RecyclerView sets for itself internally. Solution is to add new RecyclerViewExpandingAccessibilityDelegate that extends RecyclerViewAccessibilityDelegate and uses AppListAccessibilityDelegate internally so that we still keep auto-expanding behaviour.

Fixes: 271530637
Test: manual, videos attached
Change-Id: Ie3fdff049ad9c82ad4255cdbaddede54378fff4d
parent bd247cbe
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