Fix hiccup when dropping in springloaded mode on large ui

Change-Id: I434c594e0d2c94b122cd3336f36c529e6c3d1066
This commit is contained in:
Adam Cohen
2011-11-16 15:59:40 -08:00
parent 78dc83e875
commit 70ed13b370
+1
View File
@@ -1139,6 +1139,7 @@ public class Workspace extends SmoothPagedView
}
private void screenScrolledLargeUI(int screenCenter) {
if (isSwitchingState()) return;
boolean isInOverscroll = false;
for (int i = 0; i < getChildCount(); i++) {
CellLayout cl = (CellLayout) getChildAt(i);