stop using hardware layers when workspace stops moving
helps workaround Bug 3417254 Change-Id: I874e5e52ab544fbb787e1021d6ee394e8f3a34d6
This commit is contained in:
@@ -273,12 +273,12 @@ public abstract class PagedView extends ViewGroup {
|
||||
}
|
||||
}
|
||||
|
||||
private void pageBeginMoving() {
|
||||
protected void pageBeginMoving() {
|
||||
mIsPageMoving = true;
|
||||
onPageBeginMoving();
|
||||
}
|
||||
|
||||
private void pageEndMoving() {
|
||||
protected void pageEndMoving() {
|
||||
onPageEndMoving();
|
||||
mIsPageMoving = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user