Fix: Action bar does not show if only titleView is set

This commit is contained in:
vakrilov
2015-12-03 13:52:55 +02:00
parent f8fb30577c
commit 57adec0bc6

View File

@ -152,6 +152,7 @@ export class ActionBar extends view.View implements dts.ActionBar {
public _isEmpty(): boolean {
if (this.title ||
this.titleView ||
(this.android && this.android.icon) ||
this.navigationButton ||
this.actionItems.getItems().length > 0) {