Skip to content

Commit

Permalink
Update MaterialEntryRenderer.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 authored Dec 22, 2020
1 parent 4cd38ef commit a184f4b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: ExportRenderer(typeof(MaterialEntry), typeof(MaterialEntryRenderer))]
namespace XF.Material.iOS.Renderers.Internals
{
internal class MaterialEntryRenderer : EntryRenderer
public class MaterialEntryRenderer : EntryRenderer
{
private bool _returnButtonAdded;

Expand Down Expand Up @@ -88,4 +88,4 @@ private void AddRemoveReturnKeyToNumericInput(bool isNumeric)
}
}
}
}
}

0 comments on commit a184f4b

Please sign in to comment.