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.
|
* {@code getTitleHeight()} of the {@link WebView}s in older Android versions.
|
||||||
* <br>
|
* <br>
|
||||||
* What we should do, is return the title height on Jelly Bean and call through to the parent
|
* 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
|
* class on older Android versions. But this would require even more trickery, so we just
|
||||||
* just inline the parent functionality which simply calls {@link View#getHeight()}. This is
|
* inline the parent functionality which simply calls {@link View#getHeight()}. This is exactly
|
||||||
* exactly what we do on Jelly Bean anyway.
|
* what we do on Jelly Bean anyway.
|
||||||
* </p>
|
* </p>
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user