Merge "Fix an issue where the highlight for drag to split was incorrect" into tm-qpr-dev
This commit is contained in:
@@ -311,7 +311,7 @@ public class DragLayout extends LinearLayout {
|
|||||||
animateSplitContainers(true, null /* animCompleteCallback */);
|
animateSplitContainers(true, null /* animCompleteCallback */);
|
||||||
animateHighlight(target);
|
animateHighlight(target);
|
||||||
}
|
}
|
||||||
} else {
|
} else if (mCurrentTarget.type != target.type) {
|
||||||
// Switching between targets
|
// Switching between targets
|
||||||
mDropZoneView1.animateSwitch();
|
mDropZoneView1.animateSwitch();
|
||||||
mDropZoneView2.animateSwitch();
|
mDropZoneView2.animateSwitch();
|
||||||
|
|||||||
Reference in New Issue
Block a user