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

Skip to content
Commit d1752daf authored by Liran Binyamin's avatar Liran Binyamin Committed by Mady Mellor
Browse files

Fix bubble reordering issue

This change ensures that the deferred reordering action always runs at the end of the gesture.

We started deferring reordering actions to avoid breaking drag gestures. But tapping on the selected bubble to collapse the stack is considered a gesture as well.
Previously the reorder action did not get run in that case, because the specific touch listener that runs it ignores touch events during animations.

Fixes: 323310200
Test: Manual
      - Create 2 bubbles
      - Expand stack
      - Tap on second bubble
      - Tap on the second bubble again to collapse the stack
      - Observe that the second bubble is showing in the collapsed state
Test: Manual -- also checked that dragging isn't broken when a new bubble is added
Change-Id: I4bfcff7e23e7ee3f4304a28cac4a9ba6e10cee16
(cherry picked from commit 1487b7cb)
parent 64ea99b4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment