Skip to content
Commit d43f418f authored by Mady Mellor's avatar Mady Mellor
Browse files

Fix an issue where the highlight for drag to split was incorrect

1. Have a fullscreen immersive app open
2. Swipe bottom of the screen to show the taskbar
3. Drag and app

In 3 when you start dragging the app, the taskbar hides because you're
in an immersive app, this causes the rect for the drag targets to
be different, so we'd end up animating the drop zones to switch even
though the type of the target was the same. Fix is to check that the
target type is different before animating the switch.

Bug: 255008704
Test: manual
Change-Id: Ic8a7b23e79c54ba74aa6bebf528fb0b3894a8fa1
parent 3c57cb91
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