Skip to content

Commit

Permalink
Revert "Modify GetParentPage access modifier"
Browse files Browse the repository at this point in the history
This reverts commit 5af4754.
  • Loading branch information
niimima committed Jul 29, 2024
1 parent 5af4754 commit a33db2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Maui/Prism.Maui/Extensions/VisualElementExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Prism.Extensions;
namespace Prism.Extensions;

internal static class VisualElementExtensions
{
Expand All @@ -17,7 +17,7 @@ public static Element GetRoot(this Element element)
};
}

public static Page GetParentPage(this Element visualElement)
internal static Page GetParentPage(this Element visualElement)
{
return visualElement.Parent switch
{
Expand Down

0 comments on commit a33db2f

Please sign in to comment.