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

Skip to content
Commit 8e652e97 authored by mattsziklay's avatar mattsziklay
Browse files

Return copy of reposition bounds on drag start.

Drag start would return the instance of reposition bounds, rather than a
copy of it. This would then be altered by the calling method, changing
the coordinates to local space. This would interfere with the equality
check in onDragPositioningEnd, causing the veil to not be dismissed
correctly. This CL fixes that by copying the reposition bounds, similar
to the other methods.

Bug: 313500992
Test: Manual
Change-Id: I1757e936d1aa8f624e8db3e0fa4ceb87ef755b77
parent 1a058643
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