Fixing notification activations.
This commit is contained in:
@@ -34,7 +34,8 @@ public class Program
|
||||
var context = new DispatcherQueueSynchronizationContext(
|
||||
DispatcherQueue.GetForCurrentThread());
|
||||
SynchronizationContext.SetSynchronizationContext(context);
|
||||
_ = new App();
|
||||
var app = new App();
|
||||
_ = app.HandleInitialActivationAsync();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user