Fixing problems in spring loaded mode and adding shortcut to hotseat. (5144911, 5144663)
Change-Id: Ibea34ecb17601c90c7a8f2c96abedff6c00dc4d9
This commit is contained in:
@@ -2809,8 +2809,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