summaryrefslogtreecommitdiffstats
path: root/wifi
diff options
context:
space:
mode:
authorGrace Kloba <klobag@google.com>2009-10-13 14:13:54 -0700
committerGrace Kloba <klobag@google.com>2009-10-21 11:34:35 -0700
commit3f9faf473712be7d6471913b921bf8a63ab3205d (patch)
treed81bb86fc54ed013d8018db7ef982e994cc4f669 /wifi
parent2f3dc5b9ce0e3907e529c88728b166d66beccab5 (diff)
downloadframeworks_base-3f9faf473712be7d6471913b921bf8a63ab3205d.zip
frameworks_base-3f9faf473712be7d6471913b921bf8a63ab3205d.tar.gz
frameworks_base-3f9faf473712be7d6471913b921bf8a63ab3205d.tar.bz2
When WebView has wrap_content, we are sending WebKit
0 height to get the exact height. But if the View system doesn't think the WebView dimension changed, even we call requestLayout, we won't get onSizeChanged. So we never notify the WebKit about the final view size. If updateLayout is true, which is probable because that we set the height to be 0 to WebKit, just call requestLayout() even the meansured height / width is matching the content height / width. Fix http://b/issue?id=2162991
Diffstat (limited to 'wifi')
0 files changed, 0 insertions, 0 deletions