Set IconTask on ActiveNotification ctor

This commit is contained in:
Soreepeong 2024-02-25 06:22:54 +09:00
parent 54decfe7d3
commit 199722d29a

View file

@ -43,6 +43,7 @@ internal sealed class ActiveNotification : IActiveNotification, IDisposable
this.hideEasing = new OutCubic(NotificationConstants.HideAnimationDuration); this.hideEasing = new OutCubic(NotificationConstants.HideAnimationDuration);
this.showEasing.Start(); this.showEasing.Start();
this.UpdateIcon();
} }
/// <inheritdoc/> /// <inheritdoc/>