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

Skip to content

1829: fix scroll behaviour in Manage trackers page.

Guillaume Jacquart requested to merge 1829-fix_scroll_app_trackers_view into main

Description

Fix scrolling missbehaving in Manage apps tracker view.

Screenshots

Technical details

Nesting ViewPager2, Scrolliew and RecyclerView isn't handled correctly in android.

The previous implementation relyed on Globallistener, tree event to fix the layout height. This implementation is simpler, and call directly the height fix, on each changes which could modify the height of the view.

Tests

Issues

https://gitlab.e.foundation/e/os/backlog/-/issues/1829

10 commandments of code reviews

👪 https://gitlab.e.foundation/internal/wiki/-/wikis/mobile-team/guidelines/Code-review

Merge request reports

Loading