Merge "Fixing issue where the scrolling indicator was stuck while panning pages in spring loaded mode. (Bug 6603301)"
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