Skip to content

Commit 8f99fd3

Browse files
committed
Replaced public with internal
1 parent 8bee5ed commit 8f99fd3

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

src/Core/src/Handlers/Page/PageHandler.iOS.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ public static void MapBackground(IPageHandler handler, IContentView page)
3030
}
3131
}
3232

33-
public static void MapHomeIndicatorAutoHidden(IPageHandler handler, IContentView page)
33+
internal static void MapHomeIndicatorAutoHidden(IPageHandler handler, IContentView page)
3434
{
3535
if (handler is IPlatformViewHandler platformViewHandler && platformViewHandler.ViewController is not null)
3636
{
3737
platformViewHandler.ViewController.SetNeedsUpdateOfHomeIndicatorAutoHidden();
3838
}
3939
}
4040

41-
public static void MapPrefersStatusBarHiddenMode(IPageHandler handler, IContentView page)
41+
internal static void MapPrefersStatusBarHiddenMode(IPageHandler handler, IContentView page)
4242
{
4343
if (handler is IPlatformViewHandler platformViewHandler && platformViewHandler.ViewController is not null)
4444
{

src/Core/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapIsEnabled(Microsoft.M
102102
static Microsoft.Maui.Handlers.PageHandler.MapBackground(Microsoft.Maui.Handlers.IPageHandler! handler, Microsoft.Maui.IContentView! page) -> void
103103
static Microsoft.Maui.Handlers.EditorHandler.MapIsSpellCheckEnabled(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void
104104
static Microsoft.Maui.Handlers.EntryHandler.MapIsSpellCheckEnabled(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void
105-
static Microsoft.Maui.Handlers.PageHandler.MapHomeIndicatorAutoHidden(Microsoft.Maui.Handlers.IPageHandler! handler, Microsoft.Maui.IContentView! page) -> void
106-
static Microsoft.Maui.Handlers.PageHandler.MapPrefersStatusBarHiddenMode(Microsoft.Maui.Handlers.IPageHandler! handler, Microsoft.Maui.IContentView! page) -> void
107105
static Microsoft.Maui.Handlers.SearchBarHandler.MapBackground(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void
108106
static Microsoft.Maui.Handlers.SearchBarHandler.MapIsSpellCheckEnabled(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void
109107
static Microsoft.Maui.Hosting.MauiHandlersCollectionExtensions.AddHandler<TType>(this Microsoft.Maui.Hosting.IMauiHandlersCollection! handlersCollection, System.Func<System.IServiceProvider!, Microsoft.Maui.IElementHandler!>! handlerImplementationFactory) -> Microsoft.Maui.Hosting.IMauiHandlersCollection!

src/Core/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.MapIsEnabled(Microsoft.Maui
104104
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapIsEnabled(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuFlyoutSubItem! view) -> void
105105
static Microsoft.Maui.Handlers.PageHandler.MapBackground(Microsoft.Maui.Handlers.IPageHandler! handler, Microsoft.Maui.IContentView! page) -> void
106106
static Microsoft.Maui.Handlers.EditorHandler.MapIsSpellCheckEnabled(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void
107-
static Microsoft.Maui.Handlers.PageHandler.MapHomeIndicatorAutoHidden(Microsoft.Maui.Handlers.IPageHandler! handler, Microsoft.Maui.IContentView! page) -> void
108-
static Microsoft.Maui.Handlers.PageHandler.MapPrefersStatusBarHiddenMode(Microsoft.Maui.Handlers.IPageHandler! handler, Microsoft.Maui.IContentView! page) -> void
109107
static Microsoft.Maui.Handlers.EntryHandler.MapIsSpellCheckEnabled(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void
110108
static Microsoft.Maui.Handlers.SearchBarHandler.MapBackground(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void
111109
static Microsoft.Maui.Handlers.SearchBarHandler.MapIsSpellCheckEnabled(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void

0 commit comments

Comments
 (0)