Browse Source

Renamed a variable.

pull/125/head
David Britch 7 years ago
parent
commit
10586b984f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Mobile/eShopOnContainers/eShopOnContainers.Core/Behaviors/LineColorBehavior.cs

+ 2
- 2
src/Mobile/eShopOnContainers/eShopOnContainers.Core/Behaviors/LineColorBehavior.cs View File

@ -42,9 +42,9 @@ namespace eShopOnContainers.Core.Behaviors
return; return;
} }
bool hasShadow = (bool)newValue;
bool hasLine = (bool)newValue;
if (hasShadow)
if (hasLine)
{ {
view.Effects.Add(new EntryLineColorEffect()); view.Effects.Add(new EntryLineColorEffect());
} }


Loading…
Cancel
Save