Fix restoring views
This commit is contained in:
@@ -167,7 +167,7 @@ class ViewManager {
|
||||
}
|
||||
|
||||
return viewContainer.tryRestoreView(options).then(function (view) {
|
||||
onViewChanging();
|
||||
if (onViewChanging) onViewChanging();
|
||||
onViewChange(view, options, true);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user