Some issues with changing the app mode and notifications have been fixed.

This commit is contained in:
Burak Kaan Köse
2026-03-01 09:47:05 +01:00
parent 2040d4abce
commit 76e3b7289e
5 changed files with 117 additions and 17 deletions
+2
View File
@@ -14,6 +14,8 @@ public static class CoreUWPContainerSetup
public static void RegisterCoreUWPServices(this IServiceCollection services)
{
services.AddSingleton<IApplicationResourceManager<ResourceDictionary>, ApplicationResourceManager>();
services.AddSingleton<WinUIDispatcher>();
services.AddSingleton<IDispatcher>(provider => provider.GetRequiredService<WinUIDispatcher>());
services.AddSingleton<IUnderlyingThemeService, UnderlyingThemeService>();
services.AddSingleton<INativeAppService, NativeAppService>();