We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2290ec commit 4ec3332Copy full SHA for 4ec3332
1 file changed
Ink Canvas/MainWindow_cs/MW_AutoFold.cs
@@ -593,7 +593,7 @@ private async Task VerifyStartupFoldAbsenceAfterDelayAsync()
593
await UnFoldFloatingBar(null);
594
await WaitUntilFloatingBarHideModeIdleAsync(TimeSpan.FromSeconds(15)).ConfigureAwait(false);
595
await Task.Delay(200).ConfigureAwait(false);
596
- await FoldFloatingBar(null).ConfigureAwait(false);
+ await FoldFloatingBar(new object()).ConfigureAwait(false);
597
}
598
catch (Exception ex)
599
{
0 commit comments