Merge "Fixing annoying bug where widget would drop to side page"
This commit is contained in:
@@ -2674,8 +2674,7 @@ public class Workspace extends SmoothPagedView
|
||||
|
||||
public void onDragOver(DragObject d) {
|
||||
// Skip drag over events while we are dragging over side pages
|
||||
if (mInScrollArea) return;
|
||||
if (mIsSwitchingState) return;
|
||||
if (mInScrollArea || mIsSwitchingState || mState == State.SMALL) return;
|
||||
|
||||
Rect r = new Rect();
|
||||
CellLayout layout = null;
|
||||
|
||||
Reference in New Issue
Block a user