using the property `actionBarHidden` has no effect after the first router navigation. ``` public ngOnInit() { topmost().currentPage.actionBarHidden = true; } ``` I'm not sure if this is intended or due to the planned changes for the action bar template?