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

Change-Id: I329a20e932ab6c4450a60a24c8ab7c0e090fe64d
This commit is contained in:
Winson Chung
2012-07-02 12:08:15 -07:00
parent 92750b1d78
commit e52a750e4f
-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();