Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarezruiz committed Mar 11, 2021
1 parent 64998ff commit 86fa367
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ bool GetNativeIsBold(LabelHandler labelHandler) =>
bool GetNativeIsItalic(LabelHandler labelHandler) =>
GetNativeLabel(labelHandler).Typeface.IsItalic;

int GetNativeMaxLines(LabelHandler labelHandler) =>
GetNativeLabel(labelHandler).MaxLines;

Task ValidateNativeBackgroundColor(ILabel label, Color color)
{
return InvokeOnMainThreadAsync(() =>
Expand Down

0 comments on commit 86fa367

Please sign in to comment.