mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fixed: some transitions in side drawer are not working
This commit is contained in:
@@ -430,6 +430,7 @@ class UINavigationControllerImpl extends UINavigationController {
|
||||
}
|
||||
|
||||
public viewDidLoad(): void {
|
||||
super.viewDidLoad();
|
||||
let owner = this._owner.get();
|
||||
if (owner) {
|
||||
owner.onLoaded();
|
||||
|
||||
Reference in New Issue
Block a user