Force a WebView pictureset invalidation on screen rotation.

This fixes some stale content issues when rotating the screen.

Bug: 5357237
Change-Id: Ib41a659ec99419cdf94ad5321c224a33b1f21359
This commit is contained in:
Ben Murdoch
2011-09-23 11:59:19 +01:00
parent b48ca1f1ab
commit 9bb55bf015

View File

@@ -4300,6 +4300,7 @@ public class WebView extends AbsoluteLayout
selectionDone();
}
mOrientation = newConfig.orientation;
contentInvalidateAll();
}
/**