Fix restoring views

This commit is contained in:
Bill Thornton
2022-10-24 02:17:35 -04:00
parent 42c0516a44
commit c5072f77f5
2 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ class ViewManager {
}
return viewContainer.tryRestoreView(options).then(function (view) {
onViewChanging();
if (onViewChanging) onViewChanging();
onViewChange(view, options, true);
});
}