summaryrefslogtreecommitdiff
path: root/libs/androidfw/StringPool.cpp
diff options
context:
space:
mode:
author Winson Chung <winsonc@google.com> 2024-07-09 23:51:52 +0000
committer Winson Chung <winsonc@google.com> 2024-07-10 03:15:58 +0000
commit6eee3cabf214e3ccfadf43cbd30936d6dce5aca4 (patch)
tree3fba63ecb7ca1d22d95d8ce0b1b7c6743f502de3 /libs/androidfw/StringPool.cpp
parent6ed1adb0efa3ac6c42d1c72a4fb58c58a8bff980 (diff)
Fix issue where highlight was drawing without bottom inset on one side only
- If a drag is started over home, we ignore the bottom insets to draw the highlight the full height, however we were still handling taskVanished even if there is no drag in session, which meant that setForceIgnoreBottomMargin(true) could be called before the next drag session which does not reset it (it only reset it on hide()). This change properly skips handling taskVanished while not dragging and also resets setForceIgnoreBottomMargin() when the highlights should be showing for both tasks - Also add some descriptive logging for the drag flags Flag: EXEMPT bugfix Bug: 350016003 Test: Drag floating assistant over home, then over another app Change-Id: I175610a643b4a69850bc3b289032f1b3b8524a21
Diffstat (limited to 'libs/androidfw/StringPool.cpp')
0 files changed, 0 insertions, 0 deletions