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