We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b2564 commit 35d9078Copy full SHA for 35d9078
sample/AppShell.cs
@@ -5,9 +5,5 @@ partial class AppShell : Shell
5
public AppShell(NewsPage newsPage)
6
{
7
Items.Add(newsPage);
8
-
9
-#if IOS || MACCATALYST
10
- ShellAttachedProperties.SetPrefersLargeTitles(this, true);
11
-#endif
12
}
13
sample/MauiProgram.cs
@@ -16,13 +16,6 @@ public static MauiApp CreateMauiApp()
16
.UseMauiCommunityToolkit()
17
.UseMauiCommunityToolkitMarkup();
18
19
- builder.ConfigureMauiHandlers(static handlers =>
20
- {
21
22
- handlers.AddHandler<Shell, ShellWithLargeTitles>();
23
24
- });
25
26
// App
27
builder.Services.AddSingleton<App>();
28
builder.Services.AddSingleton<AppShell>();
0 commit comments