Merge "Fixing problems in spring loaded mode and adding shortcut to hotseat. (5144911, 5144663)"
This commit is contained in:
@@ -2819,8 +2819,7 @@ public class Workspace extends SmoothPagedView
|
||||
}
|
||||
}
|
||||
if (layout == null) {
|
||||
layout = findMatchingPageForDragOver(d.dragView, mDragViewVisualCenter[0],
|
||||
mDragViewVisualCenter[1], true);
|
||||
layout = findMatchingPageForDragOver(d.dragView, d.x, d.y, true);
|
||||
}
|
||||
if (layout != mDragTargetLayout) {
|
||||
// Cancel all intermediate folder states
|
||||
|
||||
Reference in New Issue
Block a user