mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Unbounded WebView again
This commit is contained in:
@@ -236,8 +236,6 @@ public class WebViewEx extends WebView implements DownloadListener, View.OnLongC
|
||||
|
||||
int mh = getMeasuredHeight();
|
||||
Log.i("Measured height=" + mh + " last=" + height + "/" + maxHeight + " ch=" + getContentHeight());
|
||||
if (mh > maxHeight)
|
||||
setMeasuredDimension(getMeasuredWidth(), maxHeight);
|
||||
if (mh == 0 && legacy)
|
||||
setMeasuredDimension(getMeasuredWidth(), height);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user