Skip to content

Commit

Permalink
[Tizen] Apply ITextButton related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiejava committed Oct 25, 2021
1 parent d4342e5 commit 9954658
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Core/src/Handlers/Button/ButtonHandler.Tizen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down Expand Up @@ -79,7 +74,6 @@ void OnButtonPressed(object? sender, EventArgs e)
void OnSetImageSource(Image? image)
{
NativeView.Image = image;
VirtualView.ImageSourceLoaded();
}
}
}

0 comments on commit 9954658

Please sign in to comment.