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

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

am d1019a99: Merge "DO NOT MERGE" into eclair

Merge commit 'd1019a99' into eclair-plus-aosp

* commit 'd1019a99':
  DO NOT MERGE
parents 20cc5570 d1019a99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1518,7 +1518,7 @@ final class WebViewCore {
            } else if (mViewportWidth > 0) {
                width = Math.max(w, mViewportWidth);
            } else {
                width = Math.max(w, textwrapWidth);
                width = textwrapWidth;
            }
        }
        nativeSetSize(width, width == w ? h : Math.round((float) width * h / w),