summaryrefslogtreecommitdiff
path: root/libs/androidfw/FileStream.cpp
diff options
context:
space:
mode:
author mattsziklay <mattsziklay@google.com> 2023-11-29 12:38:31 -0800
committer mattsziklay <mattsziklay@google.com> 2023-11-29 14:57:34 -0800
commit8e652e976df87011242fdc5c4813941a9c2d697d (patch)
tree662c615c112c2e284e2b2c499d39485f46415186 /libs/androidfw/FileStream.cpp
parent1a0586436c127cff0e7b4eca78e7d6c0be64e563 (diff)
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
Diffstat (limited to 'libs/androidfw/FileStream.cpp')
0 files changed, 0 insertions, 0 deletions