Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
hartez committed Mar 12, 2021
1 parent 80d9ef7 commit 0aae2b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/Core/src/Handlers/Label/LabelHandler.Android.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ public static void MapCharacterSpacing(LabelHandler handler, ILabel label)
handler.TypedNativeView?.UpdateCharacterSpacing(label);
}

public static void MapCharacterSpacing(LabelHandler handler, ILabel label)
{
handler.TypedNativeView?.UpdateCharacterSpacing(label);
}

public static void MapMaxLines(LabelHandler handler, ILabel label)
{
handler.TypedNativeView?.UpdateMaxLines(label);
Expand Down
2 changes: 1 addition & 1 deletion src/Core/src/Platform/Android/EntryExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static void UpdateIsReadOnly(this AppCompatEditText editText, IEntry entr
editText.Focusable = isEditable;
}

public static void UpdateFont(this EditText editText, IEntry entry, IFontManager fontManager)
public static void UpdateFont(this AppCompatEditText editText, IEntry entry, IFontManager fontManager)
{
var font = entry.Font;

Expand Down

0 comments on commit 0aae2b2

Please sign in to comment.