mirror of https://github.com/AMT-Cheif/Stylet.git
Up to now, ScreenExtemsions.TryActivate(newItem) was called before Conductor.ActiveItem was set to the new item. This commit moves setting ActiveItem to before TryActivate(newItem) call. This allows for nested activation - that is, a scenario where newItem can "intercept" its activation and force parent Conductor to immediately activate another item inside its OnActivate() override, effectively skipping newItem without displaying it. Fixes #140 |
||
---|---|---|
.. | ||
Properties | ||
App.config | ||
App.xaml | ||
Bootstrapper.cs | ||
Dialog1View.xaml | ||
Dialog1ViewModel.cs | ||
ShellView.xaml | ||
ShellViewModel.cs | ||
Stylet.Samples.HelloDialog.csproj |