Backed out changeset b136d95a45b2 (bug 964861) for compilation errors

This commit is contained in:
Ed Morley 2014-06-13 11:52:53 +01:00
parent 3eba3cacff
commit 25d472076d

View File

@ -260,12 +260,6 @@ public class ToolbarDisplayLayout extends ThemedLinearLayout
}
void updateFromTab(Tab tab, EnumSet<UpdateFlags> flags) {
// Several parts of ToolbarDisplayLayout's state depends
// on the views being attached to the view tree.
if (!isAttachedToWindow()) {
return;
}
if (flags.contains(UpdateFlags.TITLE)) {
updateTitle(tab);
}