Merge "Fixing issue where the scrolling indicator was stuck while panning pages in spring loaded mode. (Bug 6603301)"

This commit is contained in:
Winson Chung
2012-07-09 17:34:53 -07:00
committed by Android (Google) Code Review
-5
View File
@@ -710,11 +710,6 @@ public class Workspace extends SmoothPagedView
}
}
@Override
protected boolean isScrollingIndicatorEnabled() {
return super.isScrollingIndicatorEnabled() && (mState != State.SPRING_LOADED);
}
protected void onPageBeginMoving() {
super.onPageBeginMoving();