if (Animation == null) Change condition

This commit is contained in:
Javier Suárez Ruiz 2017-06-20 19:41:42 +02:00
Родитель 1d141c8233
Коммит 07e4a76c8a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,7 @@ namespace FormsCommunityToolkit.Animations
base.OnAttachedTo(bindable); base.OnAttachedTo(bindable);
associatedObject = bindable; associatedObject = bindable;
if (Animation != null) if (Animation == null)
{ {
return; return;
} }