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

Commit e7c2ee75 authored by Shimeng (Simon) Wang's avatar Shimeng (Simon) Wang
Browse files

Fix height measure state.

issue: 4257815
Change-Id: I6fc164767f805cfd13cf31707f3d53aa2714f9fc
parent 0df77e6d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7282,7 +7282,6 @@ public class WebView extends AbsoluteLayout
                if (measuredHeight > heightSize) {
                    measuredHeight = heightSize;
                    mHeightCanMeasure = false;
                } else if (measuredHeight < heightSize) {
                    measuredHeight |= MEASURED_STATE_TOO_SMALL;
                }
            }