Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Changed VisualElement default constructor accessor to protected inter…
Browse files Browse the repository at this point in the history
…nal (#12125)
  • Loading branch information
SkyeHoefling authored Sep 22, 2020
1 parent da683b9 commit d59ddc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xamarin.Forms.Core/VisualElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ void SetEffectiveFlowDirection(EffectiveFlowDirection value, bool fireFlowDirect

LayoutConstraint _selfConstraint;

internal VisualElement()
protected internal VisualElement()
{
}

Expand Down

0 comments on commit d59ddc9

Please sign in to comment.