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

Commit b924ab5b authored by Shimeng (Simon) Wang's avatar Shimeng (Simon) Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix height measure state."

parents 70a1c119 e7c2ee75
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7291,7 +7291,6 @@ public class WebView extends AbsoluteLayout
                if (measuredHeight > heightSize) {
                    measuredHeight = heightSize;
                    mHeightCanMeasure = false;
                } else if (measuredHeight < heightSize) {
                    measuredHeight |= MEASURED_STATE_TOO_SMALL;
                }
            }