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

Skip to content

Fix home page state in wrong position with gesture navigation

Yash Garg requested to merge 514-master-fix_gesture_nav into master

Description

Fixed the issue where swiping on navbar moved the home page to be in wrong position.

Technical details

There is a check now for yDiff i.e. the position user has moved vertically on the screen, if it is below 20 then the GestureController won't intercept the scroll changes (which was causing the issue earlier).

Tests

Tested on FP3

Issues

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

10 commandments of code reviews

👪 https://gitlab.e.foundation/internal/wiki/-/wikis/development/code-review

Merge request reports

Loading