From 9954658d42380cc618660ca0c1907529f39f5d23 Mon Sep 17 00:00:00 2001 From: Kangho Hur Date: Mon, 25 Oct 2021 13:28:46 +0900 Subject: [PATCH] [Tizen] Apply ITextButton related changes --- src/Core/src/Handlers/Button/ButtonHandler.Tizen.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Core/src/Handlers/Button/ButtonHandler.Tizen.cs b/src/Core/src/Handlers/Button/ButtonHandler.Tizen.cs index 36b2620a41ae..5992d7786f16 100644 --- a/src/Core/src/Handlers/Button/ButtonHandler.Tizen.cs +++ b/src/Core/src/Handlers/Button/ButtonHandler.Tizen.cs @@ -44,11 +44,6 @@ public static void MapImageSource(IButtonHandler handler, IButton image) => public static Task MapImageSourceAsync(IButtonHandler handler, IButton image) { - if (image.ImageSource == null) - { - return Task.CompletedTask; - } - return handler.ImageSourceLoader.UpdateImageSourceAsync(); } @@ -79,7 +74,6 @@ void OnButtonPressed(object? sender, EventArgs e) void OnSetImageSource(Image? image) { NativeView.Image = image; - VirtualView.ImageSourceLoaded(); } } } \ No newline at end of file