1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-08 04:08:15 -05:00

Fixed typo

This commit is contained in:
cketti 2012-08-13 20:05:19 +02:00
parent d4c90ad2bb
commit 0146a991cc

View File

@ -288,9 +288,9 @@ public class TitleBarWebView extends WebView implements TitleBarDelegate {
* {@code getTitleHeight()} of the {@link WebView}s in older Android versions.
* <br>
* What we should do, is return the title height on Jelly Bean and call through to the parent
* parent class on older Android versions. But this would require even more trickery, so we
* just inline the parent functionality which simply calls {@link View#getHeight()}. This is
* exactly what we do on Jelly Bean anyway.
* class on older Android versions. But this would require even more trickery, so we just
* inline the parent functionality which simply calls {@link View#getHeight()}. This is exactly
* what we do on Jelly Bean anyway.
* </p>
*/
@Override