mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-14 07:08:00 -05:00
Always recalculate
This commit is contained in:
parent
74f04e75e3
commit
a80d7c518a
@ -238,11 +238,6 @@ public class TitleBarWebView extends WebView {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onDraw(Canvas canvas) {
|
protected void onDraw(Canvas canvas) {
|
||||||
if(Build.VERSION.SDK_INT >= 16) {
|
|
||||||
super.onDraw(canvas);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
canvas.save();
|
canvas.save();
|
||||||
|
|
||||||
if(mTitleBar != null) {
|
if(mTitleBar != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user