We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5d364 commit 3ea96beCopy full SHA for 3ea96be
src/Caliburn.Micro.Avalonia.Tests/ScreenExtenstionsTests.cs
@@ -115,7 +115,7 @@ protected override async Task OnActivateAsync(CancellationToken cancellationToke
115
116
protected override async Task OnActivatedAsync(CancellationToken cancellationToken)
117
{
118
- //here
+
119
if (deactivationDelay.HasValue)
120
121
await Task.Delay(deactivationDelay.Value, cancellationToken).ConfigureAwait(false);
0 commit comments