Jumar Macato
5 years ago
No known key found for this signature in database
GPG Key ID: 85076C4D9D3155A3
1 changed files with
2 additions and
2 deletions
-
src/Avalonia.Animation/Animation.cs
|
|
|
@ -356,9 +356,9 @@ namespace Avalonia.Animation |
|
|
|
/// <inheritdoc/>
|
|
|
|
public Task RunAsync(Animatable control, IClock clock = null) |
|
|
|
{ |
|
|
|
return RunAsync(control,clock, default); |
|
|
|
return RunAsync(control, clock, default); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <inheritdoc/>
|
|
|
|
public Task RunAsync(Animatable control, IClock clock = null, CancellationToken cancellationToken = default) |
|
|
|
{ |
|
|
|
|