Skip to content

Commit 10586b9

Browse files
David BritchDavid Britch
authored andcommitted
Renamed a variable.
1 parent 2ecc1e6 commit 10586b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Mobile/eShopOnContainers/eShopOnContainers.Core/Behaviors/LineColorBehavior.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ private static void OnApplyLineColorChanged(BindableObject bindable, object oldV
4242
return;
4343
}
4444

45-
bool hasShadow = (bool)newValue;
45+
bool hasLine = (bool)newValue;
4646

47-
if (hasShadow)
47+
if (hasLine)
4848
{
4949
view.Effects.Add(new EntryLineColorEffect());
5050
}

0 commit comments

Comments
 (0)