am 4d69ac66: Merge "DO NOT MERGE" into eclair
Merge commit '4d69ac6695246b8df06a6583044dc4712d81a956' into eclair-plus-aosp * commit '4d69ac6695246b8df06a6583044dc4712d81a956': DO NOT MERGE
This commit is contained in:
@@ -5206,7 +5206,8 @@ public class WebView extends AbsoluteLayout
|
|||||||
if (Math.abs((viewWidth * mInvActualScale)
|
if (Math.abs((viewWidth * mInvActualScale)
|
||||||
- mZoomOverviewWidth) > 1) {
|
- mZoomOverviewWidth) > 1) {
|
||||||
setNewZoomScale((float) viewWidth
|
setNewZoomScale((float) viewWidth
|
||||||
/ mZoomOverviewWidth, true, false);
|
/ mZoomOverviewWidth, Math.abs(mActualScale
|
||||||
|
- mTextWrapScale) < 0.01f, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user