Always recalculate

This commit is contained in:
Jesse Vincent 2012-08-02 16:58:13 -07:00
parent 74f04e75e3
commit a80d7c518a
1 changed files with 0 additions and 5 deletions

View File

@ -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) {