get vaults rendering on the screen

This commit is contained in:
TheXamlGuy
2024-04-21 22:29:48 +01:00
parent 969c740f2d
commit 5cb7ea538e
3 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -49,8 +49,8 @@ public class ContentControlHandler(INavigationContext navigationContext) :
control.Loaded += HandleLoaded;
control.Unloaded += HandleUnloaded;
control.DataContext = args.Content;
contentControl.Content = control;
contentControl.DataContext = args.Content;
navigationContext.Set(control);
await taskCompletionSource.Task;