diff --git a/src/app/components/tabmenu/tabmenu.ts b/src/app/components/tabmenu/tabmenu.ts index 783647671ed..f72d6063b64 100644 --- a/src/app/components/tabmenu/tabmenu.ts +++ b/src/app/components/tabmenu/tabmenu.ts @@ -278,7 +278,7 @@ export class TabMenu implements AfterContentInit, AfterViewInit, AfterViewChecke } ngAfterViewChecked() { - if (isPlatformBrowser(this.platformId) && this.tabChanged) { + if (isPlatformBrowser(this.platformId)) { this.updateInkBar(); this.tabChanged = false; }