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

Skip to content
Commit cafd48c6 authored by Christian Göllner's avatar Christian Göllner
Browse files

Fix unlocked split shade jumping back into place after over expanding

The problem was that there were separate code paths for over-scroll/
over-expansion for split shade and non split shade.
In this case the non split shade path was altering translation at the
end of the drag, even when on split shade.

To avoid adding even more "if split shade" code, removed the split shade
over-scrolling code path/classes.

There is only one overscroll code path now, with just 1 "if split" shade
condition to decide which components to over expand.

Test: Manually on device. See videos.
Fixes: 270005948
Change-Id: Ia47aa30957260a9c2d1efd7e5f18536f76a2dcc9
parent a100480a
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