fixed: some transitions in side drawer are not working

This commit is contained in:
Tsvetan Raikov
2016-04-11 17:36:20 +03:00
parent 24d0db70bd
commit 8b3d00df1d
3 changed files with 49 additions and 2 deletions

View File

@@ -430,6 +430,7 @@ class UINavigationControllerImpl extends UINavigationController {
}
public viewDidLoad(): void {
super.viewDidLoad();
let owner = this._owner.get();
if (owner) {
owner.onLoaded();