mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-12 04:25:08 -05:00
Fixed typo
This commit is contained in:
parent
03f0678047
commit
3f426c824c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user