This commit is contained in:
Youssef Victor 2024-10-06 15:24:14 +03:00 коммит произвёл GitHub
Родитель 4257c7c9cd
Коммит 3be3e9e0f1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -361,7 +361,7 @@ namespace Uno.UI.DataBinding
/// <returns>A disposable to be called when the subscription is disposed.</returns>
private IDisposable SubscribeToPropertyChanged()
{
if (_precedence == DependencyPropertyValuePrecedences.Animations)
if (_forAnimations)
{
// ThemeResource and animations don't need to listen to changes
return Disposable.Empty;