diff options
Diffstat (limited to 'Apps/Views/AppView.cs')
-rwxr-xr-x | Apps/Views/AppView.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Apps/Views/AppView.cs b/Apps/Views/AppView.cs index ff2057c..d915bb3 100755 --- a/Apps/Views/AppView.cs +++ b/Apps/Views/AppView.cs @@ -106,7 +106,6 @@ namespace Apps.Views AppItemLayout item = new AppItemLayout(removeMode); item.Label.SetBinding(TextLabel.TextProperty, "Name"); item.Icon.SetBinding(ImageView.ResourceUrlProperty, "IconUrl"); - item.IconBackground.SetBinding(BackgroundColorProperty, "IconBackgroundColor"); item.SetBinding(AppItemLayout.AppSelectCommandProperty, "AppSelectCommand"); item.LongPressed += OnLongPressed; if (removeMode && item.CrossButton != null) |