diff --git a/src/Core/src/Handlers/Label/LabelHandler.Windows.cs b/src/Core/src/Handlers/Label/LabelHandler.Windows.cs index 2cf6e715a2f4..05043ed59e2b 100644 --- a/src/Core/src/Handlers/Label/LabelHandler.Windows.cs +++ b/src/Core/src/Handlers/Label/LabelHandler.Windows.cs @@ -36,8 +36,6 @@ public static void MapHeight(ILabelHandler handler, ILabel view) => public static void MapBackground(ILabelHandler handler, ILabel label) { - handler.UpdateValue(nameof(IViewHandler.ContainerView)); - handler.ToPlatform().UpdateBackground(label); }