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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user