Some shell/ themes improvements

This commit is contained in:
Burak Kaan Köse
2025-09-29 19:09:48 +02:00
parent f6bf080c9e
commit 2bec513d2c
7 changed files with 84 additions and 85 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ public sealed partial class AppShell : AppShellAbstract,
public async void Receive(AccountMenuItemExtended message)
{
await Dispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.High, async () =>
await DispatcherQueue.EnqueueAsync(async () =>
{
if (message.FolderId == default) return;