Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88196464 authored by Grace Kloba's avatar Grace Kloba Committed by Android Git Automerger
Browse files

am 4d69ac66: Merge "DO NOT MERGE" into eclair

Merge commit '4d69ac66' into eclair-plus-aosp

* commit '4d69ac66':
  DO NOT MERGE
parents c8cab725 4d69ac66
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5206,7 +5206,8 @@ public class WebView extends AbsoluteLayout
                        if (Math.abs((viewWidth * mInvActualScale)
                                - mZoomOverviewWidth) > 1) {
                            setNewZoomScale((float) viewWidth
                                    / mZoomOverviewWidth, true, false);
                                    / mZoomOverviewWidth, Math.abs(mActualScale
                                            - mTextWrapScale) < 0.01f, false);
                        }
                    }
                    break;