Bug 708687 - Snap the page when the page size changes and pushes it into overscroll. r=pcwalton
This commit is contained in:
@@ -244,7 +244,13 @@ public class LayerController {
|
||||
|
||||
// Page size is owned by the LayerClient, so no need to notify it of
|
||||
// this change.
|
||||
mView.requestRender();
|
||||
|
||||
mView.post(new Runnable() {
|
||||
public void run() {
|
||||
mPanZoomController.pageSizeUpdated();
|
||||
mView.requestRender();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user