Merged Theming with AsyncDialogs

This commit is contained in:
Patrick Hellebrand
2021-09-23 16:06:55 +02:00
5 changed files with 38 additions and 37 deletions

View File

@@ -34,8 +34,6 @@ namespace PolyChat.Views
// TODO: use event handlers and asign actions here
Primary = primary.Action;
Secondary = secondary.Action;
// show
MainPage.SafelyOpenDialog(this);
RequestedTheme = MainPage.GetTheme();
}