From f87968bc103be5b8ea4c093de8172248902d1629 Mon Sep 17 00:00:00 2001 From: MartyIX <203266+MartyIX@users.noreply.github.com> Date: Fri, 28 Jun 2024 19:48:31 +0200 Subject: [PATCH] Remove --- src/Core/src/Handlers/Label/LabelHandler.Windows.cs | 2 -- 1 file changed, 2 deletions(-) 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); }