Merge "Fxing issues with the scroll bar"
This commit is contained in:
@@ -3334,4 +3334,11 @@ public class Workspace extends SmoothPagedView
|
||||
public void getLocationInDragLayer(int[] loc) {
|
||||
mLauncher.getDragLayer().getLocationInDragLayer(this, loc);
|
||||
}
|
||||
|
||||
/**
|
||||
* Return true because we want the scrolling indicator to stretch to fit the space.
|
||||
*/
|
||||
protected boolean hasElasticScrollIndicator() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user