Skip to content

Commit

Permalink
fix Expander.cs (#17411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr authored and maxkatz6 committed Nov 14, 2024
1 parent 28b3172 commit 6d5d297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Avalonia.Controls/Expander.cs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ private async void StartContentTransition()
}
else
{
await ContentTransition.Start(visualContent, null, forward, _lastTransitionCts.Token);
await ContentTransition.Start(visualContent, null, !forward, _lastTransitionCts.Token);
}
}

Expand Down

0 comments on commit 6d5d297

Please sign in to comment.