Skip to content

Commit b6cf5c1

Browse files
Update AttachedCardShadow.cs
Remove extra OnPropertyChanged call
1 parent d2c13d0 commit b6cf5c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Microsoft.Toolkit.Uwp.UI.Media/Shadows/AttachedCardShadow.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ protected override void OnPropertyChanged(AttachedShadowElementContext context,
114114
{
115115
base.OnPropertyChanged(context, property, oldValue, newValue);
116116
}
117-
118-
base.OnPropertyChanged(context, property, oldValue, newValue);
119117
}
120118

121119
/// <inheritdoc/>

0 commit comments

Comments
 (0)