Report the reason why the tab bar is collapsed/expanded
This commit is contained in:
parent
888a858a7d
commit
af4c15f08d
@ -930,7 +930,7 @@ AutoHideBrowser.prototype = inherit(AutoHideBase.prototype, {
|
||||
this.showHideReason |= aReason;
|
||||
}
|
||||
if (!this.expanded)
|
||||
this.showHideInternal();
|
||||
this.showHideInternal(aReason);
|
||||
},
|
||||
|
||||
hide : function AHB_hide(aReason) /* PUBLIC API */
|
||||
@ -950,7 +950,7 @@ AutoHideBrowser.prototype = inherit(AutoHideBase.prototype, {
|
||||
return;
|
||||
}
|
||||
if (this.expanded)
|
||||
this.showHideInternal();
|
||||
this.showHideInternal(aReason);
|
||||
},
|
||||
|
||||
onShowing : function AHB_onShowing()
|
||||
|
Loading…
Reference in New Issue
Block a user