Merge "Fix an issue where the highlight for drag to split was incorrect" into tm-qpr-dev am: 61d495962f am: 30919118f9
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20389925 Change-Id: I04e21f3c8901865ca895ed4c0315b4bd99d11617 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -311,7 +311,7 @@ public class DragLayout extends LinearLayout {
|
||||
animateSplitContainers(true, null /* animCompleteCallback */);
|
||||
animateHighlight(target);
|
||||
}
|
||||
} else {
|
||||
} else if (mCurrentTarget.type != target.type) {
|
||||
// Switching between targets
|
||||
mDropZoneView1.animateSwitch();
|
||||
mDropZoneView2.animateSwitch();
|
||||
|
||||
Reference in New Issue
Block a user