1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Fixed typo

This commit is contained in:
cketti 2012-08-13 20:05:19 +02:00
parent 03f0678047
commit 3f426c824c

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