Browse Source

fix: Builld

pull/10194/head
workgroupengineering 4 years ago
committed by GitHub
parent
commit
41966d314f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Base/Animation/Animatable.cs

2
src/Avalonia.Base/Animation/Animatable.cs

@ -29,7 +29,7 @@ namespace Avalonia.Animation
private bool _transitionsEnabled = true;
private bool _isSubscribedToTransitionsCollection = false;
private Dictionary<ITransition, TransitionState>? _transitionState;
private NotifyCollectionChangedEventHandler _collectionChanged;
private NotifyCollectionChangedEventHandler? _collectionChanged;
private NotifyCollectionChangedEventHandler TransitionsCollectionChangedHandler =>
_collectionChanged ??= TransitionsCollectionChanged;

Loading…
Cancel
Save