Merge "Fix hiccup when dropping in springloaded mode on large ui" into ics-mr1
This commit is contained in:
@@ -1138,6 +1138,7 @@ public class Workspace extends SmoothPagedView
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void screenScrolledLargeUI(int screenCenter) {
|
private void screenScrolledLargeUI(int screenCenter) {
|
||||||
|
if (isSwitchingState()) return;
|
||||||
boolean isInOverscroll = false;
|
boolean isInOverscroll = false;
|
||||||
for (int i = 0; i < getChildCount(); i++) {
|
for (int i = 0; i < getChildCount(); i++) {
|
||||||
CellLayout cl = (CellLayout) getChildAt(i);
|
CellLayout cl = (CellLayout) getChildAt(i);
|
||||||
|
|||||||
Reference in New Issue
Block a user