Bug 1052345 - Fix inflation issue in TabCounter (r=wesj)

This commit is contained in:
Lucas Rocha 2014-08-12 16:34:29 +01:00
parent 0d0c2ca0dc
commit e43397cf64

View File

@ -133,7 +133,7 @@ public class TabCounter extends ThemedTextSwitcher
@Override
public View makeView() {
return mInflater.inflate(mLayoutId, this, false);
return mInflater.inflate(mLayoutId, null);
}
}